Jump to content
Tommi Prami

Good quality Random number generator implementation

Recommended Posts

You can check out:

https://github.com/mikerabat/mrmath

 

It provides a set of different random number generators:

* Standard delphi ( linear congruential )

* Mersenne Twister

* BCrypt (or actually os dependent)

* If the cpu supports it: the x86 RDRAND instruction

  • Like 1

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×