Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ TriRandomSeed
Function
TriRandomSeed
trinity/TriMath.cpp:209–212 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
207
/////////////////////////////////////////////////////////////////////////////////////////
208
209
void TriRandomSeed( unsigned int seed )
210
{
211
srand( seed );
212
}
213
214
float TriFloatRandom01()
215
{
Callers
1
Rebuild
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected