Generalized inversive congruential pseudorandom numbers

ID: generalized-inversive-congruential-pseudorandom-numbers

Generalized Inversive Congruential Generators (GICGs) are a class of pseudorandom number generators that combine concepts from congruential generators with the use of the modular inverse, which gives them their name. These generators are an extension of the classic linear congruential generator (LCG) and are designed to produce high-quality pseudorandom sequences with desirable statistical properties. ### Background 1.

New to topics? Read the docs here!