This website requires JavaScript.
Explore
Help
Sign In
ed
/
Odin
Watch
1
Star
0
Fork
0
You've already forked Odin
mirror of
https://github.com/Ed94/Odin.git
synced
2026-06-13 09:22:22 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3e449e93dd60d80c89657d42efa85cb3cc4e8cc3
Odin
/
core
/
math
/
rand
T
History
Feoramund
3e449e93dd
Implement Fisher-Yates shuffle
2024-04-15 17:07:05 -04:00
..
distributions.odin
Add
@(require_results)
to
core:math/rand
2023-05-22 11:59:44 +01:00
exp.odin
Add
@(require_results)
to
core:math/rand
2023-05-22 11:59:44 +01:00
normal.odin
Add
@(require_results)
to
core:math/rand
2023-05-22 11:59:44 +01:00
rand.odin
Implement Fisher-Yates shuffle
2024-04-15 17:07:05 -04:00
system_darwin.odin
Change algorithm to work on 64-bit integers rather than 32-bit integers internally
2023-08-15 10:53:59 +01:00
system_js.odin
Replace Math.random with crypto.getRandomValues for _system_number
2023-10-27 12:06:35 +02:00
system_linux.odin
Implement new sys/unix package
2023-10-27 10:51:21 +11:00
system_windows.odin
Change algorithm to work on 64-bit integers rather than 32-bit integers internally
2023-08-15 10:53:59 +01:00