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

Method RandomFloat2

SampleFramework12/v1.00/SF12_Math.cpp:1260–1263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1258}
1259
1260Float2 Random::RandomFloat2()
1261{
1262 return Float2(RandomFloat(), RandomFloat());
1263}
1264
1265}

Callers 3

GenerateRandomSamples2DFunction · 0.80

Calls 1

Float2Class · 0.85

Tested by

no test coverage detected