| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add `gen := context.random_generator` parameters to `rand` calls | gingerBill | 2024-07-11 | 1 | -5/+5 |
| * | Update `core:math/rand` to use `context.random_generator` and remove `rand.Rand` | gingerBill | 2024-06-15 | 1 | -5/+5 |
| * | Remove unneeded reassignment of `r` | gingerBill | 2024-06-15 | 1 | -7/+0 |
| * | Add `@(rodata)` and `@(static, rodata)` where appropriate | gingerBill | 2024-06-06 | 1 | -3/+3 |
| * | Add `@(require_results)` to `core:math/rand` | gingerBill | 2023-05-22 | 1 | -0/+1 |
| * | Add `rand.exp_float64` | gingerBill | 2022-01-27 | 1 | -8/+6 |
| * | Remove unneeded semicolons from the core library | gingerBill | 2021-08-31 | 1 | -16/+16 |
| * | Add sanity conversion for rand.norm_float64 | gingerBill | 2020-09-10 | 1 | -0/+6 |
| * | Fix typo | gingerBill | 2020-09-07 | 1 | -1/+1 |
| * | Fix typos in `package linalg`; Fix norm_float64 in `package rand` | gingerBill | 2019-10-27 | 1 | -2/+2 |
| * | Improve package math/rand | gingerBill | 2019-03-24 | 1 | -0/+146 |