LinearCongruentialEngine.front

Returns the current number in the random sequence.

struct LinearCongruentialEngine(UIntType, UIntType a, UIntType c, UIntType m)
@property const @safe pure nothrow @nogc
UIntType
front
()
if (
isUnsigned!UIntType
)

Meta