# rmath **Repository Path**: mengsuenyan/rmath ## Basic Information - **Project Name**: rmath - **Description**: No description available - **Primary Language**: Rust - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rmath A rust math library. - rand - [x] CryptoRand; - [x] DefaultRand; - [x] DefaultSeed; - [x] Iter; - [x] LaggedFibonacciRand, ranlux24_base, ranlux48_base; - [x] LinearCongruentialRand, minstd_rand0, minstd_rand; - [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;