hap ~master (2017-01-07T17:35:38Z)
Home
Dub
Repo
XorshiftEngine.seed
hap
random
generator
XorshiftEngine
(Re)seeds the generator with
x0
.
class
XorshiftEngine
(UIntType, UIntType bits, UIntType a, UIntType b, UIntType c)
@
safe
nothrow pure
void
seed
(
UIntType
x0
)
if
(
isUnsigned
!
UIntType
)
Meta
Source
See Implementation
hap
random
generator
XorshiftEngine
constructors
this
functions
front
opEquals
popFront
save
seed
variables
empty
isUniformRandom
max
min
(Re)seeds the generator with x0.