mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: updateimport ()
and []array
This commit is contained in:
@ -3,7 +3,7 @@ import rand
|
||||
import time
|
||||
|
||||
fn show_u32s(a []u32){
|
||||
mut res := []string
|
||||
mut res := []string{}
|
||||
for x in a {
|
||||
res << x.str()
|
||||
}
|
||||
@ -32,5 +32,5 @@ fn test_pcg32_reproducibility() {
|
||||
len := randoms1.len
|
||||
for i in 0..len {
|
||||
assert randoms1[i] == randoms2[i]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user