Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
LoginQueueService
Method · 0.95
main
Method · 0.95
startPutTask
Method · 0.45
Calls
1
nextBytes
Method · 0.95
Tested by
no test coverage detected