aboutsummaryrefslogtreecommitdiff
path: root/base/runtime/random_generator.odin
Commit message (Collapse)AuthorAgeFilesLines
* base/runtime: Add chacha8rand as the default RNGYawning Angel2025-11-291-85/+0
|
* fix: throwing away the last generated byte in default_random_generator_procXotchkass2025-08-141-1/+1
|
* Add `@(require_results)` to random generatorgingerBill2025-02-241-0/+1
|
* 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