The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
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
variables
increment
max
modulus
multiplier
preferHighBits
Advances the random sequence.