aboutsummaryrefslogtreecommitdiff
path: root/core/math/rand/normal.odin
Commit message (Collapse)AuthorAgeFilesLines
* Add `gen := context.random_generator` parameters to `rand` callsgingerBill2024-07-111-5/+5
|
* Update `core:math/rand` to use `context.random_generator` and remove `rand.Rand`gingerBill2024-06-151-5/+5
|
* Remove unneeded reassignment of `r`gingerBill2024-06-151-7/+0
|
* 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-8/+6
|
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-16/+16
|
* Add sanity conversion for rand.norm_float64gingerBill2020-09-101-0/+6
|
* Fix typogingerBill2020-09-071-1/+1
|
* Fix typos in `package linalg`; Fix norm_float64 in `package rand`gingerBill2019-10-271-2/+2
|
* Improve package math/randgingerBill2019-03-241-0/+146