Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aws-samples/eb-java-scorekeep
/ random
Method
random
src/main/java/scorekeep/Identifiers.java:9–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
private
static
final
SecureRandom secureRandom =
new
SecureRandom();
8
9
public
static
String random() {
10
return
new
BigInteger(40, secureRandom).toString(32).toUpperCase();
11
}
12
13
}
Callers
5
newGame
Method · 0.95
newSession
Method · 0.95
newMove
Method · 0.95
newUser
Method · 0.95
newState
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected