= Pseudorandom number generators
{wiki=Pseudorandom_number_generators}
Pseudorandom number generators (PRNGs) are algorithms used to generate a sequence of numbers that approximate the properties of random numbers. Unlike true random number generators (TRNGs), which derive randomness from physical processes (like electronic noise or radioactive decay), PRNGs generate numbers from an initial value known as a "seed." Because the sequence can be reproduced by using the same seed, those generated numbers are considered "pseudorandom.
Back to article page