I just noticed it would be nice to have a random number generator. I know I could just use a clock, a binary counter and an algorithm like LCG, but the seed clock runs the same way as the cpu clock so it isn't really random. There are some cases, where it's obviously dependend on the instruction the cpu is currently working on. Do you think the same?