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 {