package
3.2.0+incompatible
Repository: https://github.com/supercharlesliu/sqlboiler.git
Documentation: pkg.go.dev

# Functions

ByteSlice creates a random set of bytes (non-printables included).
Date generates a random time.Time between 1850 and 2050.
EnumValue takes an enum field type, parses it's definition to figure out valid values, and selects a random one from within them.
FormattedString checks a field type to see if it's in a range of special values and if so returns a randomized string for it.
MediumInt is a special case in mysql (thanks for that -_-) this function checks if the fieldtype matches and if so returns a random value in the proper range.
NewSeed creates a new seed for pseudo-randomization.
StableDBName takes a database name in, and generates a random string using the database name as the rand Seed.
Str creates a randomized string from printable characters in the alphabet.
Struct gets its fields filled with random data based on the seed.

# Interfaces

Randomizer allows a field to be randomized.

# Type aliases

Seed is an atomic counter for pseudo-randomization structs.