Crate rmath
Source - bigint
- ECDSA椭圆曲线数字签名算法: https://www.cnblogs.com/mengsuenyan/p/13816789.html
- parse_err
- rand
- the rand mod provide the generation of random number and random seed
- minstd_rand
- Newer “Minimum standard”, recommended by Park, Miller, and Stockmeyer in 1993
$Sd
must be the instance of the Seed
- minstd_rand0
- Discovered in 1969 by Lewis, Goodman and Miller, adopted as “Minimal standard” in 1988 by Park and Miller
$Sd
must be the instance of the Seed
- mt19937
- 32-bit Mersenne Twister by Matsumoto and Nishimura, 1998
- mt19937_64
- 64-bit Mersenne Twister by Matsumoto and Nishimura, 2000
- ranlux24_base
- 24-bit RANLUX generator by Martin Lüscher and Fred James, 1994
- ranlux48_base
- 48-bit RANLUX generator by Martin Lüscher and Fred James, 1994