MCPcopy 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

newGameMethod · 0.95
newSessionMethod · 0.95
newMoveMethod · 0.95
newUserMethod · 0.95
newStateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected