Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
214
uint32_t random_u32_seed() {
215
return static_cast<uint32_t>(random_u64_seed());
216
}
217
218
} // namespace engine::runtime
Callers
6
ace_step_parse_request
Function · 0.85
generation_options_from_request
Function · 0.85
apply_session_generation_options
Function · 0.85
generation_options_from_request
Function · 0.85
make_voice_clone_config
Function · 0.85
make_request
Method · 0.85
Calls
1
random_u64_seed
Function · 0.85
Tested by
no test coverage detected