A simple generic interface to a random number generator.
Get the next number in the sequence. Some may not actually use all 64 bits of the return type.
Seeds the generator, calling the delegate zero (if it is a true rng), one, or more times to get all the state it needs.
See Implementation
A simple generic interface to a random number generator.