# Functions
GenerateRandomBytes returns securely generated random bytes.
GenerateUuidV4 will generate a uuid that is a valid v4 uuid (https://tools.ietf.org/html/rfc4122)The version 4 UUID is meant for generating UUIDs from truly-random or
pseudo-random numbers.