Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1179
Float2 Random::RandomFloat2()
1180
{
1181
return Float2(RandomFloat(), RandomFloat());
1182
}
1183
1184
}
Callers
4
PathTrace
Function · 0.80
GenerateRandomSamples2D
Function · 0.80
GenerateStratifiedSamples2D
Function · 0.80
GenerateLatinHypercubeSamples2D
Function · 0.80
Calls
1
Float2
Class · 0.85
Tested by
no test coverage detected