Versions in this module Expand all Collapse all v1 v1.0.1 May 9, 2020 v1.0.0 May 9, 2020 Changes in this version + func Generate(regexp *syntax.Regexp) (string, error) + func RandAscii() rune + func RandBool() bool + func RandInRange(min, max int) int + func RandInt(max int) int + func RandRepeat(min, max int) int + func RandRune(runeGroup []rune) rune + type Generator interface + Generate func() (string, error) + GenerateMultiple func(amount int) ([]string, error) + func Parse(pattern string, flags syntax.Flags) (Generator, error)