| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | core/math/rand: Use `core:crypto` for the system RNG | Yawning Angel | 2024-04-23 | 1 | -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 package | flysand7 | 2023-10-27 | 1 | -17/+18 |
| | | |||||
| * | Change algorithm to work on 64-bit integers rather than 32-bit integers ↵ | gingerBill | 2023-08-15 | 1 | -3/+3 |
| | | | | | internally | ||||
| * | Add `@(require_results)` to `core:math/rand` | gingerBill | 2023-05-22 | 1 | -0/+1 |
| | | |||||
| * | Add `rand.init_as_system` to allow for system-level based random number ↵ | gingerBill | 2022-05-15 | 1 | -0/+27 |
| generation | |||||