mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
Update rand.reset() example.
This commit is contained in:
@@ -58,7 +58,7 @@ Example:
|
||||
import "core:fmt"
|
||||
|
||||
set_global_seed_example :: proc() {
|
||||
rand.set_global_seed(1)
|
||||
rand.reset(1)
|
||||
fmt.println(rand.uint64())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user