The OpenD Programming Language

XoshiroEngine.s

State must not be entirely zero. The constructor ensures this condition is met.

struct XoshiroEngine(UIntType, uint nbits, string scrambler, uint A, uint B, uint I, uint R, UIntType S, UIntType T)
UIntType[nbits / (UIntType.sizeof * 8)] s;

Meta