Pseudorandom number generator
deterministic random bit generator, DRBG
PRNGs
Pseudorandom number generator
A pseudorandom number generator (PRNG), also known as a deterministic random bit generator (DRBG),[1] is an algorithm for generating a sequence of numbers whose properties approximate the properties of sequences of random numbers. The PRNG-generated sequence is not truly random, because it is completely determined by an initial value, called the PRNG's seed (which may include truly random values). Although sequences that are closer to truly random can be generated using hardware random number generators, pseudorandom number generators are important in practice for their speed in number generation and their reproducibility.[2]
https://en.wikipedia.org/wiki/Pseudorandom_number_generator
Quantum randomness
The High Cost of Quantum Randomness Is Dropping | Quanta Magazine
Randomness is essential to some research, but it’s always been prohibitively complicated to achieve. Now, we can use “pseudorandomness” instead.
https://www.quantamagazine.org/the-high-cost-of-quantum-randomness-is-dropping-20250328/


Seonglae Cho