Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
139
func
randInt63() int64 {
140
srcMu.Lock()
141
n := src.Int63()
142
srcMu.Unlock()
143
return
n
144
}
145
146
const
(
147
// 6 bits to represent a letter index
Callers
2
RandPath
Function · 0.85
RandHost
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected