Xoroshiro128plus

Random number generator xoroshiro128+

struct Xoroshiro128plus {
@safe pure nothrow @nogc
enum ulong min;
@safe pure nothrow @nogc
enum ulong max;
@safe pure nothrow @nogc
enum bool isUniformRandom;
}

Members

Functions

front
ulong front()
popFront
void popFront()

Range primitives

Variables

empty
enum bool empty;

Range primitives

See Also

Meta