aboutsummaryrefslogtreecommitdiff
path: root/core/math/rand/distributions.odin
Commit message (Collapse)AuthorAgeFilesLines
* Add `gen := context.random_generator` parameters to `rand` callsgingerBill2024-07-111-60/+60
|
* Update `core:math/rand` to use `context.random_generator` and remove `rand.Rand`gingerBill2024-06-151-60/+60
|
* Add `@(require_results)` to `core:math/rand`gingerBill2023-05-221-0/+26
|
* Add Gompertz DistributiongingerBill2022-05-151-2/+22
|
* Add more distributionsgingerBill2022-05-151-0/+41
|
* Correct log normalgingerBill2022-05-151-1/+1
|
* Fix typogingerBill2022-05-151-2/+2
|
* Move distributions to a separate filegingerBill2022-05-151-0/+251