Source: wikibot/permuted-congruential-generator
= Permuted congruential generator
{wiki=Permuted_congruential_generator}
A Permuted Congruential Generator (PCG) is a type of pseudorandom number generator (PRNG) that combines the advantages of congruential generators with a permutation step to improve randomness. The method is designed to produce high-quality random numbers while being efficient and simple to implement.