Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ srand
Function
srand
src/hx/AndroidCompat.cpp:29–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
int rand() { return lrand48(); }
28
29
void srand(unsigned int x) { srand48(x); }
30
31
32
double atof(const char *nptr)
Callers
1
__boot
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected