MCPcopy Create free account
hub / github.com/livekit/livekit / Load

Method Load

pkg/agent/testutils/server.go:478–480  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

476}
477
478func (s uniformRandomJobLoad) Load() float32 {
479 return rand.Float32()*(s.max-s.min) + s.min
480}
481
482type normalRandomJobLoad struct {
483 mean, stddev float64

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected