MCPcopy Create free account
hub / github.com/carbonengine/trinity / TriSrand

Function TriSrand

trinity/TriMath.cpp:972–975  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

970/////////////////////////////////////////////////////////////////////////////////////////
971uint32_t jran = 1234;
972void TriSrand( Be::Time seed )
973{
974 jran = uint32_t( seed ) % 714025;
975};
976
977void TriSrand( uint32_t seed )
978{

Callers 4

UpdateMethod · 0.85
OnPrepareResourcesMethod · 0.85
SetupLayoutMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected