Categories
Hasard
Hasard is a pseudo-random random number generator (PRNG) library. It includes multiple engines (algorithms), examples: Park-Miller, Mersenne Twister and GNU/Linux built-in random PRNG. It has simple API but with strong code, eg. PRNG seed can be generated using strong entropy (hardware random number generator like /dev/random on GNU/Linux).
The library is written in C and a Python binding is available.
"Hasard" is the french word for "randomness".
Last updated 18 Jun, 2008
Versions
1.0
- Released: 9 Sep, 2009
- Code Maturity: Beta
- Source Archive: http://bitbucket.org/haypo/hasard/get/84c898e7d...
- Licenses: BSD_3Clause
- Interfaces: Library
0.4.0
- Released: 18 Jun, 2008
- Code Maturity: Beta
- Source Archive: http://haypo.hachoir.org/release/hasard-0.4.0.t...
- Licenses: BSD_3Clause
- Interfaces: Library
Development
Developer Resources
- VCS Checkout Command:
hg clone http://haypo.hachoir.org/hasard




