Uniform random engines.
Flex module that allows to sample from arbitrary random distributions.
Extends a Mir-style random number generator to also be a Phobos-style uniform RNG. If Engine is already a Phobos-style uniform RNG, PhobosRandom is just an alias for Engine.
Basic API to construct non-uniform random number generators and stochastic algorithms. Non-uniform and uniform random variable can be found at mir.random.variable.
Generation functions
,
Phobos Compatibility
,
Publicly includes mir.random.engine.