MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / rand

Function rand

src/hx/AndroidCompat.cpp:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26
27int rand() { return lrand48(); }
28
29void srand(unsigned int x) { srand48(x); }
30

Callers 3

__bootMethod · 0.85
__hxcpp_drandFunction · 0.85
__hxcpp_irandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected