MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / getRandomUuid

Method getRandomUuid

src/main/java/net/minecraft/util/MathHelper.java:411–416  ·  view source on GitHub ↗
(Random rand)

Source from the content-addressed store, hash-verified

409 }
410
411 public static UUID getRandomUuid(Random rand)
412 {
413 long i = rand.nextLong() & -61441L | 16384L;
414 long j = rand.nextLong() & 4611686018427387903L | Long.MIN_VALUE;
415 return new UUID(i, j);
416 }
417
418 public static double func_181160_c(double p_181160_0_, double p_181160_2_, double p_181160_4_)
419 {

Callers 3

playSoundMethod · 0.95
EntityMethod · 0.95
AttributeModifierMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected