aboutsummaryrefslogtreecommitdiff
path: root/base/runtime/random_generator.odin
Commit message (Expand)AuthorAgeFilesLines
* Fix loads of indentation issues with mixing spaces and tabsgingerBill2024-06-291-2/+2
* Check for unneeded `transmute` with `-vet-cast`gingerBill2024-06-291-1/+1
* Fix unaligned store for randJeroen van Rijn2024-06-201-1/+1
* Optimize default RNG for the common caseFeoramund2024-06-201-9/+16
* Fix `default_random_generator_proc` not using stateFeoramund2024-06-151-1/+6
* Update `core:math/rand` to use `context.random_generator` and remove `rand.Rand`gingerBill2024-06-151-2/+16
* Add `Reset` modegingerBill2024-06-151-13/+23
* Add `runtime.default_random_generator`gingerBill2024-06-151-0/+64
* Add random_generator.odingingerBill2024-06-151-0/+27