Versions in this module Expand all Collapse all v0 v0.1.0 May 30, 2021 Changes in this version + type RandomGenerator struct + func New(charSource source.CharSource) *RandomGenerator + func NewFlat(tables []*unicode.RangeTable) *RandomGenerator + func NewRanged(tables []*unicode.RangeTable) *RandomGenerator + func (rg *RandomGenerator) EstBytesPerChar() float64 + func (rg *RandomGenerator) String(min, max int) string