aboutsummaryrefslogtreecommitdiff
path: root/core/math/rand/exp.odin
Commit message (Expand)AuthorAgeFilesLines
* Add `gen := context.random_generator` parameters to `rand` callsgingerBill2024-07-111-4/+4
* Update `core:math/rand` to use `context.random_generator` and remove `rand.Rand`gingerBill2024-06-151-4/+4
* Add `@(rodata)` and `@(static, rodata)` where appropriategingerBill2024-06-061-3/+3
* Add `@(require_results)` to `core:math/rand`gingerBill2023-05-221-0/+1
* Add `rand.exp_float64`gingerBill2022-01-271-0/+214