# Functions
GetRandomPort returns a random port number.
NewRand returns a new instance of rand.Rand with a fixed source.
RandomFrom returns an item chosen at random from the given set of alternatives.
RandomInt returns a random integer between min and max.
RandomName returns a random name.
RandomString returns a random string of length n.