(Random rand)
| 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 | { |
no outgoing calls
no test coverage detected