mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-21 10:00: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
|
@ -98,4 +98,4 @@ M(1, f, "fpclassify", Fpclassify, fpclassify(x),
|
|||
"nan=0,inf=1,zero=2,subnorm=3,normal=4")
|
||||
|
||||
M(0, i, "rand", Rand, rand(), "deterministic random number")
|
||||
M(0, i, "rand64", Rand64, rand64(), "64-bit random number")
|
||||
M(0, i, "rand64", _Rand64, _rand64(), "64-bit random number")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue