MCPcopy Create free account
hub / github.com/Pallinder/go-randomdata / Float64

Method Float64

random_data.go:82–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80}
81
82func (r *pRand) Float64() float64 {
83 r.mu.Lock()
84 defer r.mu.Unlock()
85 return r.pr.Float64()
86}
87
88var jsonData = jsonContent{}
89var privateRand *pRand

Callers 1

DecimalFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected