Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1260
Float2 Random::RandomFloat2()
1261
{
1262
return Float2(RandomFloat(), RandomFloat());
1263
}
1264
1265
}
Callers
3
GenerateRandomSamples2D
Function · 0.80
GenerateStratifiedSamples2D
Function · 0.80
GenerateLatinHypercubeSamples2D
Function · 0.80
Calls
1
Float2
Class · 0.85
Tested by
no test coverage detected