Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
171
long Rand16()
172
{
173
return Rand32() & 0xffff;
174
}
175
176
177
long Rand8()
Callers
4
Garble
Method · 0.70
GarbleRect
Method · 0.70
DoPhysics
Method · 0.70
n_ball
Method · 0.70
Calls
1
Rand32
Function · 0.70
Tested by
no test coverage detected