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

Function srand

stdlib/cpp/cstdlib.hpp:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15void srand(unsigned int seed) {
16 seedrng((long int*)&seed);
17}
18
19int rand() {
20 return rng();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected