Go, create a Unicode random string generator
One of the great things about the Go standard library is how easy it is to create a sophisticated tool using a small amount of code. In this entry, I will explain how to make a variable-length random string generator that can support any Unicode character.
You can find the final result on GitHub or run it at Go Playground.