MCPcopy Create free account
hub / github.com/chainreactors/spray / randInt63

Function randInt63

pkg/utils.go:139–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

137)
138
139func randInt63() int64 {
140 srcMu.Lock()
141 n := src.Int63()
142 srcMu.Unlock()
143 return n
144}
145
146const (
147 // 6 bits to represent a letter index

Callers 2

RandPathFunction · 0.85
RandHostFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected