Skip to content

Instantly share code, notes, and snippets.

@taylorhutchison
Created February 6, 2023 23:42
Show Gist options
  • Save taylorhutchison/fcb0e1ce2644ea3a78635269244437f0 to your computer and use it in GitHub Desktop.
Save taylorhutchison/fcb0e1ce2644ea3a78635269244437f0 to your computer and use it in GitHub Desktop.
=LOWER(CONCATENATE(
DEC2HEX(RANDBETWEEN(0,4294967295),8),"-",
DEC2HEX(RANDBETWEEN(0,65535),4),"-",
DEC2HEX(RANDBETWEEN(0,65535),4),"-",
DEC2HEX(RANDBETWEEN(0,65535),4),"-",
DEC2HEX(RANDBETWEEN(0,4294967295),8),
DEC2HEX(RANDBETWEEN(0,65535),4)
))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment