AVLFG

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.

extern (C) @nogc nothrow
struct AVLFG {}

Members

Variables

index
int index;
Undocumented in source.
state
uint[64] state;
Undocumented in source.

Meta