v/vlib/crypto/rand
Delyan Angelov ff34b79d39
crypto: implement `rand.bytes(needed_bytes int) ?[]byte`, use it consistently instead of the old rand.read(), which will change to be compatible with io and the pseudo random `rand` module
2022-02-15 18:39:33 +02:00
..
crypto_rand_bytes_test.v
rand.v crypto: implement `rand.bytes(needed_bytes int) ?[]byte`, use it consistently instead of the old rand.read(), which will change to be compatible with io and the pseudo random `rand` module 2022-02-15 18:39:33 +02:00
rand_darwin.c.v
rand_default.c.v
rand_linux.c.v
rand_solaris.c.v
rand_windows.c.v
utils.v