6 releases

0.1.5 Nov 10, 2020
0.1.4 Nov 8, 2020
0.1.0 Sep 21, 2020

#2264 in Algorithms


Used in rcrypto

Apache-2.0

385KB
8K SLoC

rmath

A rust math library.

  • rand

    • CryptoRand;
    • DefaultRand;
    • DefaultSeed;
    • Iter;
    • LaggedFibonacciRand, ranlux24_base, ranlux48_base;
    • LinearCongruentialRand, minstd_rand0, minstd_rand;
    • MersenneTwisterRand, mt19937, mt19937_64;
  • bigint

    • Nat: natural numbers;
    • BigInt: multi-precision integers;
    • Rat: multi-precision fractional number;
    • Float: multi-precision floating point number;

No runtime deps