aboutsummaryrefslogtreecommitdiff
path: root/core/math/rand
Commit message (Expand)AuthorAgeFilesLines
* Add `_system_random` for DarwingingerBill2022-05-151-0/+21
* Add `rand.init_as_system` to allow for system-level based random number gener...gingerBill2022-05-153-0/+56
* 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-152-251/+251
* Add numerous different random distribution proceduresgingerBill2022-05-151-0/+252
* Initialize the `global_rand` with the `intrinsics.read_cycle_counter()` valuegingerBill2022-02-031-3/+3
* Add allocator parameter to `rand.perm`gingerBill2022-02-011-2/+2
* Add `rand.exp_float64`gingerBill2022-01-272-8/+220
* Correct int31_max etcgingerBill2022-01-271-3/+3
* Strip even more semicolons if followed by a `}` or `)` on the same linegingerBill2021-08-311-8/+8
* Remove unneeded semicolons from the core librarygingerBill2021-08-312-80/+80
* big: Add `rand`.Jeroen van Rijn2021-08-111-1/+1
* Remove @(static) for global variablesgingerBill2021-05-191-2/+2
* Remove usage of `do` in core librarygingerBill2020-09-231-5/+15
* Add sanity conversion for rand.norm_float64gingerBill2020-09-101-0/+6
* Fix typogingerBill2020-09-071-1/+1
* Improve math/rand functionalitygingerBill2020-09-071-21/+25
* Add 128-bit random procedures to `package math/rand`gingerBill2019-11-101-2/+24
* Fix typos in `package linalg`; Fix norm_float64 in `package rand`gingerBill2019-10-271-2/+2
* Add float64_range and float32_range to package math/randgingerBill2019-04-281-0/+3
* Improve package math/randgingerBill2019-03-242-9/+220
* Parse directories to be packagesgingerBill2018-05-211-0/+62