Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
int rand() { return lrand48(); }
28
29
void srand(unsigned int x) { srand48(x); }
30
Callers
3
__boot
Method · 0.85
__hxcpp_drand
Function · 0.85
__hxcpp_irand
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected