MCPcopy Create free account
hub / github.com/IntegralPilot/wasm_os / rand

Function rand

stdlib/cpp/cstdlib.hpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19int rand() {
20 return rng();
21}
22
23int atoi(const char* str) {
24 // first check that there are not any non-digit characters

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected