RandomnessBasics
Something about the category.
Recommendations
Say what everyone is using and what you recommend/don't recommend.
Not included
- gsl-random – doesn't build with recent vector
Summary
A powerful library with:
- random numbers/variables
- list shuffling and random choice
- various probability distributions
- cumulative distribution functions
- a monadic interface
Can use different randomness sources (/dev/random
and /dev/urandom
, StdGen
, the Mersenne twister generator).
Ecosystem
ks-test (Kolmogorov distribution), random-extras (weighted shuffling and sampling, card shuffling, etc)
Notes
<notes are empty>
Notes
<notes are empty>
Notes
<notes are empty>
Notes
<notes are empty>
Summary
An implementation of the PCG family of generators.
Pros
-
Claimed to be faster than the Mersenne twister, and harder to predict (Mersenne twister can be predicted after just 624 outputs).
Notes
<notes are empty>