type math/rand.Zipf
6 uses
math/rand (current package)
zipf.go#L15: type Zipf struct {
zipf.go#L27: func (z *Zipf) h(x float64) float64 {
zipf.go#L31: func (z *Zipf) hinv(x float64) float64 {
zipf.go#L39: func NewZipf(r *Rand, s float64, v float64, imax uint64) *Zipf {
zipf.go#L40: z := new(Zipf)
zipf.go#L58: func (z *Zipf) Uint64() uint64 {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |