MCPcopy Create free account
hub / github.com/e2wugui/zeze / nextBinary

Method nextBinary

ZezeJava/ZezeJava/src/main/java/Zeze/Util/Random.java:19–21  ·  view source on GitHub ↗
(int size)

Source from the content-addressed store, hash-verified

17 }
18
19 public static @NotNull Binary nextBinary(int size) {
20 return new Binary(nextBytes(size));
21 }
22
23 public static <T> @NotNull List<T> shuffle(@NotNull List<T> list) {
24 var random = getInstance();

Callers 3

LoginQueueServiceMethod · 0.95
mainMethod · 0.95
startPutTaskMethod · 0.45

Calls 1

nextBytesMethod · 0.95

Tested by

no test coverage detected