Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChenSen5/api_autotest
/ main
Method
main
src/main/java/com/sen/api/utils/RandomUtil.java:103–106 ·
view source on GitHub ↗
(String args[])
Source
from the content-addressed store, hash-verified
101
}
102
103
public
static
void
main(String args[]) {
104
System.out.println(RandomUtil.getRandom(6,false));
105
System.out.println(RandomUtil.getRandom(6,false));
106
}
107
}
108
Callers
nothing calls this directly
Calls
1
getRandom
Method · 0.95
Tested by
no test coverage detected