MCPcopy Create free account
hub / github.com/goadesign/goa / Float64

Method Float64

expr/random.go:147–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

145 return r.rand.Float32()
146}
147func (r *FakerRandomizer) Float64() float64 {
148 return r.rand.Float64()
149}
150func (r *FakerRandomizer) UInt() uint {
151 return uint(r.UInt64())
152}

Callers

nothing calls this directly

Calls 1

Float64Method · 0.65

Tested by

no test coverage detected