MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / RandomFloat2

Method RandomFloat2

SampleFramework11/v1.02/SF11_Math.cpp:1179–1182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1177}
1178
1179Float2 Random::RandomFloat2()
1180{
1181 return Float2(RandomFloat(), RandomFloat());
1182}
1183
1184}

Callers 4

PathTraceFunction · 0.80
GenerateRandomSamples2DFunction · 0.80

Calls 1

Float2Class · 0.85

Tested by

no test coverage detected