LinearCongruentialEngine.front

Returns the current pseudo-random value.

class LinearCongruentialEngine(UIntType, UIntType a, UIntType c, UIntType m)
@property @safe const nothrow pure
UIntType
front
()
if (
isUnsigned!UIntType &&
isIntegral!UIntType
)

Meta