Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CodisLabs/codis
/ Next
Method
Next
extern/deprecated/redis-test/utils.go:634–638 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
632
}
633
634
func
(r *Rand) Next() int {
635
r.seed *= 1103515245
636
r.seed += 12345
637
return
int(r.seed)
638
}
639
640
type
Counter int64
641
Callers
12
player
Method · 0.95
player
Method · 0.95
main
Method · 0.95
player
Method · 0.95
main
Method · 0.95
player
Method · 0.95
player
Method · 0.95
player
Method · 0.95
newApiServer
Function · 0.80
WatchInOrder
Method · 0.80
newApiServer
Function · 0.80
Close
Method · 0.80
Calls
no outgoing calls
Tested by
1
Close
Method · 0.64