Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

I have implemented the following two good random number generator

0 views
Skip to first unread message

amin...@gmail.com

unread,
Dec 2, 2019, 4:00:29 PM12/2/19
to
Hello,



I have implemented the following two good random number generator:


Good random number generators version 1.02

Author: Amine Moulay Ramdane that has enhanced
both random number generators.

Description:

This is an enhanced versions of both Mersenne Twister that is a good random number generator and Splitmix64 that is a fast random number generator, both have passed the "BigCrush" tests.


You can download the zip file from:

https://sites.google.com/site/scalable68/good-random-number-generators


Look into defines.inc file, there is many options:

{$DEFINE CPU32} and {$DEFINE Windows32} for 32 bit systems

{$DEFINE CPU64} and {$DEFINE Windows64} for 64 bit systems




Thank you,
Amine Moulay Ramdane.
0 new messages