hap ~master (2017-01-07T17:35:38Z)
Home
Dub
Repo
LinearCongruentialEngine.front
hap
random
generator
LinearCongruentialEngine
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
Source
See Implementation
hap
random
generator
LinearCongruentialEngine
constructors
this
functions
front
opEquals
popFront
save
seed
variables
empty
increment
isUniformRandom
max
min
modulus
multiplier
Returns the current pseudo-random value.