Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: MTRand.index -> MTRand.Index | siddharth | 2021-08-18 | 1 | -6/+7 |
| | |||||
* | lib: MTRand.genSt -> MTRand.GenST | siddharth | 2021-08-18 | 1 | -8/+8 |
| | |||||
* | lib: add MTRand.UnTemper | siddharth | 2021-08-17 | 1 | -0/+21 |
| | |||||
* | lib: rng.go: remove MTSeed, MTExtract, and friends | siddharth | 2021-08-17 | 1 | -46/+0 |
| | |||||
* | lib: add MTRand type and methods | siddharth | 2021-08-17 | 1 | -0/+50 |
| | | | | This is going to replace MTSeed and MTExtract functions. | ||||
* | challenge: do challenge 21 | siddharth | 2021-06-27 | 1 | -0/+69 |