MCPcopy Create free account
hub / github.com/Threadfin/Threadfin / randomTime

Function randomTime

src/maintenance.go:86–89  ·  view source on GitHub ↗
(min, max int)

Source from the content-addressed store, hash-verified

84}
85
86func randomTime(min, max int) int {
87 rand.Seed(time.Now().Unix())
88 return rand.Intn(max-min) + min
89}

Callers 1

InitMaintenanceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected