Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
147
func
(r *FakerRandomizer) Float64() float64 {
148
return
r.rand.Float64()
149
}
150
func
(r *FakerRandomizer) UInt() uint {
151
return
uint(r.UInt64())
152
}
Callers
nothing calls this directly
Calls
1
Float64
Method · 0.65
Tested by
no test coverage detected