summaryrefslogtreecommitdiffstats
path: root/src/random.rs
Commit message (Collapse)AuthorAgeFilesLines
* get this compiling againJesse Luehrs2019-04-091-51/+119
|
* remove a bunch of unnecessary importsJesse Luehrs2015-04-051-5/+4
|
* implement a stream cipher based on mersenne twisterJesse Luehrs2015-04-051-0/+18
|
* also allow creating MersenneTwister instances from full stateJesse Luehrs2015-04-051-0/+16
|
* implement Debug for MersenneTwisterJesse Luehrs2015-04-051-0/+11
| | | | | can't just derive it, because [_; 624] doesn't have a Debug implementation
* problem 21Jesse Luehrs2015-04-051-0/+67