The portable rand() functions specified by ANSI C has poor randomness. The better BSD/UNIX rand48() functions are not portable.
mt is a very slightly amended version of the fast, portable and high-quality Mersenne Twister pseudo-random number mt19937ar by Makoto Matsumoto and Takuji Nishimura.
This version contains the two essential functions: mt_init() to initalize the generator and mt_drand53() to generate a random number between 0 and 1 with 53 random bits, the maximum possible uniform randomness in double précision.
Commercial Use
Modify
Distribute
Place Warranty
Hold Liable
Use Trademarks
Include Copyright
Include License
These details are provided for information only. No information here is legal advice and should not be used as such.
There are no reported vulnerabilities
30 Day SummaryFeb 5 2021 — Mar 7 2021
|
12 Month SummaryMar 7 2020 — Mar 7 2021
|