The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
PhobosRandom.this
mir
random
PhobosRandom
Forward constructor arguments to
Engine
.
this
()
this
(A args)
struct
PhobosRandom
(Engine)
this
(
A
...
)
(
auto
ref
A
args
)
if
(
is
(
typeof
(
Engine
(
args
)))
)
if
(
isRandomEngine
!
Engine
&&
!
isPhobosUniformRNG
!
Engine
)
Meta
Source
See Implementation
mir
random
PhobosRandom
constructors
this
functions
opCall
popFront
seed
postblits
this(this)
properties
engine
front
save
variables
empty
isRandomEngine
isUniformRandom
max
min
preferHighBits
Forward constructor arguments to Engine.