Unexport zipf implementation details

This commit is contained in:
Alan Bernstein 2016-12-20 10:04:10 -06:00
parent 6c87b5c9d1
commit 57406c2142

View file

@ -30,9 +30,9 @@ type ZipfSetBits struct {
ProfileExponent float64 `json:"profile-exponent"`
ProfileRatio float64 `json:"profile-ratio"`
bitmapRng *rand.Zipf
ProfileRng *rand.Zipf
BitmapPerm *PermutationGenerator
ProfilePerm *PermutationGenerator
profileRng *rand.Zipf
bitmapPerm *PermutationGenerator
profilePerm *PermutationGenerator
}
func (b *ZipfSetBits) Usage() string {