MCPcopy Create free account
hub / github.com/VCVRack/Rack / randomu32

Function randomu32

include/rack0.hpp:116–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114////////////////////
115
116DEPRECATED inline uint32_t randomu32() {
117 return random::u32();
118}
119DEPRECATED inline uint64_t randomu64() {
120 return random::u64();
121}

Callers

nothing calls this directly

Calls 1

u32Function · 0.85

Tested by

no test coverage detected