MCPcopy 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

27int rand() { return lrand48(); }
28
29void srand(unsigned int x) { srand48(x); }
30
31
32double atof(const char *nptr)

Callers 1

__bootMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected