Category:Pseudorandom number generators
From LiteratePrograms
A pseudorandom number generator is a deterministic algorithm that generates a sequence of numbers with properties similar to a truly "random" sequence, where each value is chosen independently from a given statistical distribution, usually the uniform distribution. They are widely used in simulations, randomized algorithms, cryptography, and artificial intelligence.