I've been reading a bit about pseudo-random number generators lately. My understanding is that they generate numbers that seem random for all practical purposes but they are actually just really big sets of numbers that are cyclic.
So let's say we have an infinite set of pseudo-random numbers, how can you show that it is cyclic?