mir-random ~master (2021-09-01T06:24:04Z)
Dub
Repo
LinearCongruentialEngine.opCall
mir
random
engine
linear_congruential
LinearCongruentialEngine
Advances the random sequence.
struct
LinearCongruentialEngine
(Uint, Uint a, Uint c, Uint m)
@
safe
pure nothrow @
nogc
Uint
opCall
(
)
if
(
isUnsigned
!
Uint
)
Meta
Source
See Implementation
mir
random
engine
linear_congruential
LinearCongruentialEngine
constructors
this
functions
opCall
manifest constants
isRandomEngine
postblits
this(this)
variables
increment
max
modulus
multiplier
preferHighBits
Advances the random sequence.