Would a truly random function exhibit self-similarity?
By truly random I basically mean that if you have some function that produces a binary value, each new value will have exactly 50% chance of being a 0 or a 1, and will be entirely unrelated to the previous entry.
By self similarity I mean that if you made a graph over time, where the line represents the ratio of 1s to 0s at that time, it would look self similar.
And if so, it seems like it wouldn't be random at all.