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

Method random

ZezeJava/ZezeJavaTest/src/SimpleRaft/Raft.java:38–38  ·  view source on GitHub ↗
(int max)

Source from the content-addressed store, hash-verified

36 long getCurTime();
37
38 int random(int max); // return [0, max)
39
40 @Nullable Object recvEvent(); // return null if no event
41

Callers 4

RaftMethod · 0.65
runMethod · 0.65
onProcessMethod · 0.65
aFunction · 0.65

Implementers 1

EnvZezeJava/ZezeJavaTest/src/SimpleRaft/R

Calls

no outgoing calls

Tested by 3

RaftMethod · 0.52
runMethod · 0.52
onProcessMethod · 0.52