Versions in this module Expand all Collapse all v0 v0.0.1 Apr 27, 2020 Changes in this version + func ByteSlice(nextInt func() int64, ln int) []byte + func Date(nextInt func() int64) time.Time + func EnumValue(nextInt func() int64, enum string) (string, error) + func FormattedString(nextInt func() int64, fieldType string) (string, bool) + func MediumInt(nextInt func() int64, fieldType string) (int32, bool) + func MediumUint(nextInt func() int64, fieldType string) (uint32, bool) + func StableDBName(input string) string + func Str(nextInt func() int64, ln int) string + func Struct(s *Seed, str interface{}, colTypes map[string]string, canBeNull bool, ...) error + type Randomizer interface + Randomize func(nextInt func() int64, fieldType string, shouldBeNull bool) + type Seed int64 + func NewSeed() *Seed + func (s *Seed) NextInt() int64