This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
v
Watch
1
Star
0
Fork
0
You've already forked v
mirror of
https://github.com/vlang/v.git
synced
2023-08-10 21:13:21 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
v
/
vlib
/
crypto
/
rand
History
Alexander Medvednikov
fb192d949b
all: replace []byte with []u8
2022-04-15 15:35:35 +03:00
..
crypto_rand_bytes_test.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
all: replace []byte with []u8
2022-04-15 15:35:35 +03:00
rand_default.c.v
all: replace []byte with []u8
2022-04-15 15:35:35 +03:00
rand_linux.c.v
all: replace []byte with []u8
2022-04-15 15:35:35 +03:00
rand_solaris.c.v
all: replace []byte with []u8
2022-04-15 15:35:35 +03:00
rand_windows.c.v
all: replace []byte with []u8
2022-04-15 15:35:35 +03:00
rand.v
all: replace []byte with []u8
2022-04-15 15:35:35 +03:00
utils.v
all: replace []byte with []u8
2022-04-15 15:35:35 +03:00