@hackage random-source0.3
Generic basis for random number generators
Categories
License
LicenseRef-PublicDomain
Maintainer
James Cook <james.cook@usma.edu>
Links
Versions
Deprecated
Dependencies (9)
- base >=4 && <4.5
- flexible-defaults
- mersenne-random-pure64
- mtl >=1 && <2
- mwc-random
- random Show all…
Dependents (25)
@hackage/fei-datasets, @hackage/polysemy-RandomFu, @hackage/Dust-tools, @hackage/fei-examples, @hackage/bayes-stack, @hackage/lambdabot-misc-plugins, Show all…
Package Flags
splitbase
(on by default)
base-4 and above do not include syb
mtl2
(on by default)
mtl-2 has State, etc., as "type" rather than "newtype"
Random number generation based on entropy sources able to produce a small but well-defined set of primitive variates. Also includes facilities for "completing" partial implementations, making it easy to define new entropy sources in a way that is naturally forward-compatible.