Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VolmitSoftware/Adapt
/ randomColor
Method
randomColor
src/main/java/com/volmit/adapt/util/C.java:503–505 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
501
}
502
503
public
static
C randomColor() {
504
return
COLORS[(
int
) (Math.random() * (COLORS.length - 1))];
505
}
506
507
/**
508
* Gets the ChatColors used at the end of the given input string.
Callers
nothing calls this directly
Calls
1
random
Method · 0.80
Tested by
no test coverage detected