rmath
A rust math library.
rand
- [x] CryptoRand;
- [x] DefaultRand;
- [x] DefaultSeed;
- [x] Iter;
- [x] LaggedFibonacciRand, ranlux24base, ranlux48base;
- [x] LinearCongruentialRand, minstdrand0, minstdrand;
- [x] MersenneTwisterRand, mt19937, mt19937_64;
bigint
- [x] Nat: natural numbers;
- [x] BigInt: multi-precision integers;
- [x] Rat: multi-precision fractional number;
- [x] Float: multi-precision floating point number;