prandom 0.1.0

Some PNRG algorithms implemented in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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.