| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix loads of indentation issues with mixing spaces and tabs | gingerBill | 2024-06-29 | 1 | -2/+2 |
| * | Check for unneeded `transmute` with `-vet-cast` | gingerBill | 2024-06-29 | 1 | -1/+1 |
| * | Fix unaligned store for rand | Jeroen van Rijn | 2024-06-20 | 1 | -1/+1 |
| * | Optimize default RNG for the common case | Feoramund | 2024-06-20 | 1 | -9/+16 |
| * | Fix `default_random_generator_proc` not using state | Feoramund | 2024-06-15 | 1 | -1/+6 |
| * | Update `core:math/rand` to use `context.random_generator` and remove `rand.Rand` | gingerBill | 2024-06-15 | 1 | -2/+16 |
| * | Add `Reset` mode | gingerBill | 2024-06-15 | 1 | -13/+23 |
| * | Add `runtime.default_random_generator` | gingerBill | 2024-06-15 | 1 | -0/+64 |
| * | Add random_generator.odin | gingerBill | 2024-06-15 | 1 | -0/+27 |