MCPcopy
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
634func (r *Rand) Next() int {
635 r.seed *= 1103515245
636 r.seed += 12345
637 return int(r.seed)
638}
639
640type Counter int64
641

Callers 12

playerMethod · 0.95
playerMethod · 0.95
mainMethod · 0.95
playerMethod · 0.95
mainMethod · 0.95
playerMethod · 0.95
playerMethod · 0.95
playerMethod · 0.95
newApiServerFunction · 0.80
WatchInOrderMethod · 0.80
newApiServerFunction · 0.80
CloseMethod · 0.80

Calls

no outgoing calls

Tested by 1

CloseMethod · 0.64