summaryrefslogtreecommitdiffstats
path: root/lib/rng.go
Commit message (Collapse)AuthorAgeFilesLines
* lib: add MTRand.UnTempersiddharth2021-08-171-0/+21
|
* lib: rng.go: remove MTSeed, MTExtract, and friendssiddharth2021-08-171-46/+0
|
* lib: add MTRand type and methodssiddharth2021-08-171-0/+50
| | | | This is going to replace MTSeed and MTExtract functions.
* challenge: do challenge 21siddharth2021-06-271-0/+69