So the question is why a test update would have "hidden" meaning underneath the random-looking strings.
As for the flaw in your methodology, Your ent command (not familiar with this, so just basing this off what I see) is assuming full use of the binary space (hence assuming 127.5 as mean of random data). No base52 data will use the full 256-value space, by definition. Base52 (azAZ) will actually have a mean of 93.5 for random data, extremely close to the measured mean. Serial correlation coefficient should also be higher for azAZ than 09azAP, because more of the alphabet is contiguous.
I did a little bit of analysis on the data as well to determine if the data was random or gibberish typed by a human on a keyboard, and found that most of the data lined up well for true (or pseudo) random. (Ugly code here: http://pastebin.com/9YN93xhi)
Home row % expected: 34.6%
Home row % actual: 38.3%
Expected upper: 50%
Actual upper: 47.7%
Expected sequential case match: 50%
Actual sequential case match: 55.7%