Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ randi64
Function
randi64
source/core/StarRandom.cpp:255–259 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
253
}
254
255
int64_t randi64() {
256
MutexLocker locker(g_randMutex);
257
checkInit();
258
return g_randSource->randi64();
259
}
260
261
float randf() {
262
MutexLocker locker(g_randMutex);
Callers
2
RandomBrush
Method · 0.85
enterStage
Method · 0.85
Calls
2
checkInit
Function · 0.85
randi64
Method · 0.80
Tested by
no test coverage detected