MCPcopy Create free account
hub / github.com/TestLeafInc/Simba / getRandom

Method getRandom

src/main/java/com/force/enums/Country.java:266–268  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

264 }
265
266 public static Country getRandom() {
267 return values()[new SecureRandom().nextInt(values().length)];
268 }
269
270 @Override
271 public String get() {

Callers 1

getCountryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected