mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 06:38:47 +00:00
Add @(require_results) to core:math/rand
This commit is contained in:
@@ -2,6 +2,7 @@ package rand
|
||||
|
||||
import "core:sys/unix"
|
||||
|
||||
@(require_results)
|
||||
_system_random :: proc() -> u32 {
|
||||
for {
|
||||
value: u32
|
||||
|
||||
Reference in New Issue
Block a user