Get the next two numbers generated by a Box-Muller Gaussian generator using the random numbers issued by lfg.
Get the next random unsigned 32-bit number using an ALFG.
Seed the state of the ALFG using binary data.
Get the next random unsigned 32-bit number using a MLFG.
Context structure for the Lagged Fibonacci PRNG. The exact layout, types and content of this struct may change and should not be accessed directly. Only its sizeof() is guranteed to stay the same to allow easy instanciation.