Generates random strings of a specified length with optional seed types.
RandomStringWithSeed: Will seed rand with the given seed, and generate a random string of length N.RandomString: Will seed rand with current Unix timestamp (in nanoseconds), and generate a random string of length N.TimeSeed: Returns a timestamp based seed value, the current Unix timestamp (in nanoseconds).
None. ‾\_(ツ)_/‾