mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 00:02:28 +00:00
Rename rand64() to _rand64()
This commit is contained in:
parent
c424352a0a
commit
7ae556463a
52 changed files with 141 additions and 139 deletions
|
@ -114,7 +114,7 @@ TEST(strlen, fuzz) {
|
|||
char *b;
|
||||
size_t n, n1, n2;
|
||||
for (n = 2; n < 1026; ++n) {
|
||||
b = rngset(calloc(1, n), n - 1, rand64, -1);
|
||||
b = rngset(calloc(1, n), n - 1, _rand64, -1);
|
||||
n1 = strlen(b);
|
||||
n2 = strlen_pure(b);
|
||||
ASSERT_EQ(n1, n2, "%#.*s", n, b);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue