MCPcopy Create free account
hub / github.com/SimHacker/micropolis / Rand8

Function Rand8

MicropolisCore/src/CellEngine/src/cellengine.cpp:177–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175
176
177long Rand8()
178{
179 return Rand32() & 0xff;
180}
181
182
183////////////////////////////////////////////////////////////////////////

Callers 4

PlayReverseMethod · 0.70
RandDirFunction · 0.70
n_drivenMethod · 0.70
n_dendriteMethod · 0.70

Calls 1

Rand32Function · 0.70

Tested by

no test coverage detected