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

Method uniformRandom

core/src/core/sampling.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33{}
34
35int RandomNumberGenerator::uniformRandom()
36{
37 return mUniformDistribution(mGenerator);
38}
39
40float RandomNumberGenerator::uniformRandomNormalized()
41{

Callers 2

bounceMethod · 0.80
shadeAndBounceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected