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-04-21 07:49:43 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5f5c19fa2cfa85c69912bf45dffa1d2773606887
Odin
/
core
/
math
/
rand
History
jakubtomsu
e8aac50f8b
math/rand math/bits dependency
2026-02-17 18:34:37 +01:00
..
distributions.odin
Add
gen := context.random_generator
parameters to
rand
calls
2024-07-11 17:01:34 +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
math/rand math/bits dependency
2026-02-17 18:34:37 +01:00
rand.odin
Remove
core:mem
import from
core:math/big
.
2026-02-12 14:37:28 +01:00