Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FuzzySentenceObjects = []string{"a parrot", "a spaceship", "a board game", "Mark"}
View Source
var FuzzySentencePlaces = []string{"at home", "in the jungle"}
View Source
var FuzzySentenceVerbs = []string{"played with", "killed", "had a bath with"}
View Source
var RandomCharactersSlice = []string{"a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"}
Functions ¶
func CreateFuzzySentence ¶ added in v1.1.1
func Fuzz ¶
Returns a random sentence made with the words from str Deprecated: This function is not useful
func GetStringData ¶
Returns a map structured like this: "words": 4 "spaces": 3 "characters": 21 Note that the spaces are subtracted from the characters
func RandomCharacters ¶
Returns a string of "n" random characters. If you want the string to be made with specific characters, change the "randomCharactersSlice"
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.