mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 22:02:27 +00:00
Rename rand64() to _rand64()
This commit is contained in:
parent
c424352a0a
commit
7ae556463a
52 changed files with 141 additions and 139 deletions
|
@ -68,7 +68,7 @@ TEST(BLAKE2B256Test, ABC) {
|
|||
|
||||
BENCH(blake2, bench) {
|
||||
char fun[256];
|
||||
rngset(fun, 256, rand64, -1);
|
||||
rngset(fun, 256, _rand64, -1);
|
||||
EZBENCH_N("blake2b256", 0, EZBLAKE2B256(0, 0));
|
||||
EZBENCH_N("blake2b256", 8, EZBLAKE2B256("helloooo", 8));
|
||||
EZBENCH_N("blake2b256", 31, EZBLAKE2B256(fun, 31));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue