In this post are we going to cover how to create a function that will allow us to generate random strings of any length in our Go code. To do this, we will write a short `rand` package that wraps the [math/rand] package and provides the following two functions: