Source: wikibot/pseudorandom-number-generator

= Pseudorandom number generator
{wiki=Pseudorandom_number_generator}

A pseudorandom number generator (PRNG) is an algorithm that generates a sequence of numbers that approximates the properties of random numbers. Unlike true random number generators, which rely on physical processes or unpredictable phenomena to generate random numbers (such as radioactivity or thermal noise), PRNGs use deterministic algorithms to produce a sequence of numbers that may appear random.