Pseudo-Random Number Generation library for GPGPU. ShoveRand provides both implementations of Pseudo-Random Number Generators for GP-GPU and also a framework allowing developers to easily add their own PRNGs to ShoveRand.
Hasard is a pseudo-random number generator (PRNG) library. It includes multiple engines (algorithms), examples: Arcfour, Mersenne Twister and Linux /dev/random device. It hides internal details to give a simple API. You don't choose directly the engine but a profile like "@fast" or
... [More] "@secure_blocking": Hasard chooses the best engine and the best seed for you.
Hasard is tested on Linux, FreeBSD and Windows. It is distributed under the BSD license and written in C. A Python binding is also available. The code is well tested by unit tests and the project includes many programs to test the generators quality.
The word "hasard" is the french name for "randomness". [Less]
Eris hash algorithm. Hopefully secure but time will tell. Outputs 512, 384, 256, and 224 bit message digests with larger ones on the way. 8 bit embedded CPU friendly as well.
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy