Table of Contents

Namespace LibGameAI.PRNG

Classes

LCG48

C# reimplementation of Java's PRNG, a linear congruential generator (LCG).

Randu

Example of a bad random number generator for testing purposes.

XorShift128

A 128-bit implementation of a XorShift pseudo-random number generator.