Are computer generated random numbers really random?
This morning I couldn't sleep, so I remembered something interesting, computer generated random numbers are not really random numbers, or not strictly speaking. But first, let's talk about **Deterministic Systems** versus **Stochastic Systems**. > In mathematics, computer science and physics, a deterministic system is a system in which no randomness is involved in the development of future states of the system. A deterministic model will thus always produce the same output from a given starting condition or initial state. So how does this affect or why do I say that computer generated...
CS