# prandom
## some prng algorithms implemented in rust
### Structs
* `LinearCongruential`,
* `MersenneTwister`,
* `MultiplyWithCarry`
### Common Functions
* `init_by_pos(usize, usize)`
* `init_by_seed(usize)`
* `take()`
### prandom licensed under the terms of MIT License.