MCPcopy 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
209void TriRandomSeed( unsigned int seed )
210{
211 srand( seed );
212}
213
214float TriFloatRandom01()
215{

Callers 1

RebuildMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected