v/vlib/v/fmt/tests/import_rand_and_rand_seed_k...

7 lines
80 B
V

import rand
import rand.seed
fn main() {
rand.seed(seed.time_seed_array(2))
}