Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
func
(r *pRand) Float64() float64 {
83
r.mu.Lock()
84
defer
r.mu.Unlock()
85
return
r.pr.Float64()
86
}
87
88
var
jsonData = jsonContent{}
89
var
privateRand *pRand
Callers
1
Decimal
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected