MCPcopy Create free account
hub / github.com/ValveSoftware/steam-audio / uniformRandomNormalized

Method uniformRandomNormalized

core/src/core/sampling.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40float RandomNumberGenerator::uniformRandomNormalized()
41{
42 return mUniformDistributionNormalized(mGenerator);
43}
44
45
46// --------------------------------------------------------------------------------------------------------------------

Callers 1

bounceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected