Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KAlO2/PerfectShow
/ randomSeed
Method
randomSeed
src/com/cloudream/ishow/util/MathUtils.java:215–218 ·
view source on GitHub ↗
(long seed)
Source
from the content-addressed store, hash-verified
213
}
214
215
public
static
void
randomSeed(long seed)
216
{
217
random.setSeed(seed);
218
}
219
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected