Data update
This commit is contained in:
parent
4bb20c9b71
commit
cbaf4c4b64
12390 changed files with 318560 additions and 27248 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import time
|
||||
import rand
|
||||
import rand.pcg32
|
||||
import rand.seed
|
||||
|
||||
|
|
@ -11,7 +10,7 @@ fn main() {
|
|||
mut rng := pcg32.PCG32RNG{}
|
||||
time_seed := seed.time_seed_array(4) // the time derived array to seed the random generator
|
||||
rng.seed(time_seed)
|
||||
time.sleep(time.Duration(rng.i64n(1_000_000_000)))
|
||||
time.sleep(time.Duration(rng.u32()))
|
||||
println(w)
|
||||
}(w)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue