| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | big: Add `rand`. | Jeroen van Rijn | 2021-08-11 | 1 | -1/+1 |
| * | Remove @(static) for global variables | gingerBill | 2021-05-19 | 1 | -2/+2 |
| * | Remove usage of `do` in core library | gingerBill | 2020-09-23 | 1 | -5/+15 |
| * | Add sanity conversion for rand.norm_float64 | gingerBill | 2020-09-10 | 1 | -0/+6 |
| * | Fix typo | gingerBill | 2020-09-07 | 1 | -1/+1 |
| * | Improve math/rand functionality | gingerBill | 2020-09-07 | 1 | -21/+25 |
| * | Add 128-bit random procedures to `package math/rand` | gingerBill | 2019-11-10 | 1 | -2/+24 |
| * | Fix typos in `package linalg`; Fix norm_float64 in `package rand` | gingerBill | 2019-10-27 | 1 | -2/+2 |
| * | Add float64_range and float32_range to package math/rand | gingerBill | 2019-04-28 | 1 | -0/+3 |
| * | Improve package math/rand | gingerBill | 2019-03-24 | 2 | -9/+220 |
| * | Parse directories to be packages | gingerBill | 2018-05-21 | 1 | -0/+62 |