Generates a random number between min and max
func IRand(min, max int) int
Generates a random strings between min and max
func SRand(min, max int, readable bool) string
Reverses the string
func Reverse(s string) strings
Shuffles the string
func Shuffle(s string) string