| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add `gen := context.random_generator` parameters to `rand` calls | gingerBill | 2024-07-11 | 1 | -60/+60 |
| * | Update `core:math/rand` to use `context.random_generator` and remove `rand.Rand` | gingerBill | 2024-06-15 | 1 | -60/+60 |
| * | Add `@(require_results)` to `core:math/rand` | gingerBill | 2023-05-22 | 1 | -0/+26 |
| * | Add Gompertz Distribution | gingerBill | 2022-05-15 | 1 | -2/+22 |
| * | Add more distributions | gingerBill | 2022-05-15 | 1 | -0/+41 |
| * | Correct log normal | gingerBill | 2022-05-15 | 1 | -1/+1 |
| * | Fix typo | gingerBill | 2022-05-15 | 1 | -2/+2 |
| * | Move distributions to a separate file | gingerBill | 2022-05-15 | 1 | -0/+251 |