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

Function Rand16

MicropolisCore/src/CellEngine/src/cellengine.cpp:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169
170
171long Rand16()
172{
173 return Rand32() & 0xffff;
174}
175
176
177long Rand8()

Callers 4

GarbleMethod · 0.70
GarbleRectMethod · 0.70
DoPhysicsMethod · 0.70
n_ballMethod · 0.70

Calls 1

Rand32Function · 0.70

Tested by

no test coverage detected