Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ Random
Method
Random
classpath/java/util/Random.java:22–24 ·
view source on GitHub ↗
(long seed)
Source
from the content-addressed store, hash-verified
20
private
long seed;
21
22
public
Random(long seed) {
23
setSeed(seed);
24
}
25
26
public
Random() {
27
synchronized (Random.
class
) {
Callers
nothing calls this directly
Calls
2
setSeed
Method · 0.95
currentTimeMillis
Method · 0.95
Tested by
no test coverage detected