Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/zalando/skipper
/ random
Struct
random
loadbalancer/algorithm.go:75–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
type
random
struct
{
76
mu sync.Mutex
77
rnd *rand.Rand
78
}
79
80
func
newRandom(endpoints []string) routing.LBAlgorithm {
81
// #nosec
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected