MCPcopy
hub / github.com/killbill/killbill / randomUUID

Method randomUUID

api/src/main/java/org/killbill/billing/util/UUIDs.java:32–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30public abstract class UUIDs {
31
32 public static UUID randomUUID() { return rndUUIDv4(); }
33
34 public static void setRandom(final Random random) {
35 threadRandom.set(random);

Callers 15

createPaymentMethodMethod · 0.95
filterMethod · 0.95
createInfoPluginsMethod · 0.95
anyPaymentMethod · 0.95
doOperationMethod · 0.95
doIterationMethod · 0.95
runMethod · 0.95

Calls 1

rndUUIDv4Method · 0.95