mir-random — Libmir Archive
← Libmir Archive
Dlang.org
PermutedCongruentialEngine.opCall
mir
random
engine
pcg
PermutedCongruentialEngine
Returns the next random output from the PermutedCongruentialEngine.
(community summary)
struct
PermutedCongruentialEngine
(alias output, stream_t streamType, bool output_previous, mult_...)
ReturnType
!
output
opCall
()
(
)
if
(
mult_.length
<= 1
)
mir
random
engine
pcg
PermutedCongruentialEngine
aliases
Uint
constructors
this
functions
opCall
popFront
seed
skip
manifest constants
isRandomEngine
max
period_pow2
properties
front
save
variables
empty
isUniformRandom
min
state
Returns the next random output from the PermutedCongruentialEngine. (community summary)