mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-02 17:28:30 +00:00
Rename rand64() to _rand64()
This commit is contained in:
parent
c424352a0a
commit
7ae556463a
52 changed files with 141 additions and 139 deletions
|
@ -2611,7 +2611,7 @@ static char *ServeAssetCompressed(struct Asset *a) {
|
|||
dg.i = 0;
|
||||
dg.c = 0;
|
||||
if (usingssl) {
|
||||
dg.z = 512 + (rand64() & 1023);
|
||||
dg.z = 512 + (_rand64() & 1023);
|
||||
} else {
|
||||
dg.z = 65536;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue