MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / random_u32_seed

Function random_u32_seed

src/framework/runtime/options.cpp:214–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214uint32_t random_u32_seed() {
215 return static_cast<uint32_t>(random_u64_seed());
216}
217
218} // namespace engine::runtime

Callers 6

ace_step_parse_requestFunction · 0.85
make_voice_clone_configFunction · 0.85
make_requestMethod · 0.85

Calls 1

random_u64_seedFunction · 0.85

Tested by

no test coverage detected