Versions in this module Expand all Collapse all v1 v1.2.0 Jun 2, 2019 Changes in this version + const ALPHANUMERIC + func Alphanumeric(length int) string v1.1.0 Oct 31, 2018 Changes in this version + const DateInputLayout + const DateOutputLayout + const Female + const FullCountry + const Large + const Male + const RandomGender + const Small + const ThreeCharCountry + const TwoCharCountry + func Address() string + func Adjective() string + func Boolean() bool + func BoundedDigits(digits, low, high int) string + func City() string + func Country(countryStyle int64) string + func Currency() string + func CustomRand(randToUse *rand.Rand) + func Day() string + func Decimal(numberRange ...int) float64 + func Digits(digits int) string + func Email() string + func FirstName(gender int) string + func FullDate() string + func FullDateInRange(dateRange ...string) string + func FullName(gender int) string + func IpV4Address() string + func IpV6Address() string + func LastName() string + func Letters(letters int) string + func Locale() string + func MacAddress() string + func Month() string + func Noun() string + func Number(numberRange ...int) int + func Paragraph() string + func PhoneNumber() string + func PostalCode(countrycode string) string + func ProvinceForCountry(countrycode string) string + func RandStringRunes(n int) string + func SillyName() string + func State(typeOfState int) string + func Street() string + func StreetForCountry(countrycode string) string + func StringNumber(numberPairs int, separator string) string + func StringNumberExt(numberPairs int, separator string, numberOfDigits int) string + func StringSample(stringList ...string) string + func Timezone() string + func Title(gender int) string + func UserAgentString() string + type Profile struct + Cell string + Dob string + Email string + Gender string + ID struct{ ... } + Location struct{ ... } + Login struct{ ... } + Name struct{ ... } + Nat string + Phone string + Picture struct{ ... } + Registered string + func GenerateProfile(gender int) *Profile