Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | copyright: rsiddharth -> siddharth | siddharth | 2021-11-20 | 1 | -1/+1 |
| | |||||
* | lib/rng.go: remove blank line | siddharth | 2021-09-12 | 1 | -1/+0 |
| | |||||
* | lib: remove MTToken | siddharth | 2021-09-09 | 1 | -23/+0 |
| | |||||
* | lib: MTPasswordResetToken -> MTToken | siddharth | 2021-09-04 | 1 | -1/+3 |
| | |||||
* | lib: MTPpasswordResetToken | siddharth | 2021-09-04 | 1 | -0/+22 |
| | |||||
* | lib: add MTXORStream | siddharth | 2021-09-04 | 1 | -0/+49 |
| | |||||
* | 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 |