XorshiftEngine.front

Returns the current number in the random sequence.

struct XorshiftEngine(UIntType, uint nbits, int sa, int sb, int sc)
@property const @safe pure nothrow @nogc
UIntType
front
()
if (
isUnsigned!UIntType &&
!(
sa > 0 &&
sb > 0
&&
sc > 0
)
)

Meta