This website requires JavaScript.
Explore
Projects
Krypton
CPU vs AI
Eko
Help
Register
Sign In
mirrors
/
Odin
Watch
1
Star
0
Fork
0
You've already forked Odin
mirror of
https://github.com/odin-lang/Odin.git
synced
2026-06-04 01:34:39 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
11a2b2a9421ddf3bb397603120db3222d9eef142
Odin
/
core
/
math
/
rand
History
Damian Tarnawski
11a2b2a942
Add system_random and random_bytes for js target
2023-10-27 00:05:38 +02: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
Fixed up missing output for rand examples
2023-09-27 16:34:19 +10: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
Add system_random and random_bytes for js target
2023-10-27 00:05:38 +02:00
system_linux.odin
Change algorithm to work on 64-bit integers rather than 32-bit integers internally
2023-08-15 10:53:59 +01: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