aboutsummaryrefslogtreecommitdiff
path: root/core/math/rand/system_linux.odin
Commit message (Collapse)AuthorAgeFilesLines
* core/math/rand: Use `core:crypto` for the system RNGYawning Angel2024-04-231-29/+0
| | | | | This removes some code duplication and expands support for the system RNG to all targets that `core:crypto` supports.
* Implement new sys/unix packageflysand72023-10-271-17/+18
|
* Change algorithm to work on 64-bit integers rather than 32-bit integers ↵gingerBill2023-08-151-3/+3
| | | | internally
* Add `@(require_results)` to `core:math/rand`gingerBill2023-05-221-0/+1
|
* Add `rand.init_as_system` to allow for system-level based random number ↵gingerBill2022-05-151-0/+27
generation