phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
XorshiftEngine.front
std
random
XorshiftEngine
Returns the current number in the random sequence.
struct
XorshiftEngine
(UIntType, uint nbits, int sa, int sb, int sc)
@
property
const @
safe
pure nothrow @
nogc
UIntType
front
(
)
if
(
isUnsigned
!
UIntType
&&
!
(
sa
> 0 &&
sb
> 0
&&
sc
> 0
)
)
Meta
Source
See Implementation
std
random
XorshiftEngine
constructors
this
functions
popFront
seed
manifest constants
empty
properties
front
save
variables
isUniformRandom
max
min
Returns the current number in the random sequence.