C++ RNG Toolkit: Storm

64bit Random Number Engine & Toolkit

Storm is primarily intended to provide low-level tools to make high-performance random number generators for Python3. Storm does not directly interact with the Python runtime and requires additional tools like Cython to bridge the gap. Storm is optimized for multithreaded execution on 64bit platforms that support hardware random seeding. Soft seeding is supported.

Warning: Storm is not intended for secure hashing or encryption!

Full Documentation: https://github.com/BrokenShell/Storm