This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
Odin
Watch
1
Star
0
Fork
0
You've already forked Odin
mirror of
https://github.com/odin-lang/Odin.git
synced
2026-06-02 21:31:18 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
master
Add File
New File
Upload File
Apply Patch
Odin
/
core
/
math
/
rand
History
gingerBill
615f6b9d77
Fix typo
2026-05-27 11:01:41 +01:00
..
distributions.odin
Fix typo
2026-05-27 11:01:41 +01:00
exp.odin
Add
gen := context.random_generator
parameters to
rand
calls
2024-07-11 17:01:34 +01:00
normal.odin
Add
gen := context.random_generator
parameters to
rand
calls
2024-07-11 17:01:34 +01:00
rand_pcg.odin
optimized slice filling in xoshiro/pcg_random_generator_proc (
#6001
)
2026-01-13 21:11:01 +01:00
rand_xoshiro256.odin
core/math/rand: Disable LLVM vectorization of xoshiro on Intel
2026-03-19 19:25:23 +09:00
rand.odin
Remove
core:mem
import from
core:math/big
.
2026-02-12 14:37:28 +01:00