Skip to content

Instantly share code, notes, and snippets.

@mbq
Last active February 9, 2016 12:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbq/40e579b1df10c6da6d24 to your computer and use it in GitHub Desktop.
Save mbq/40e579b1df10c6da6d24 to your computer and use it in GitHub Desktop.
Random ipv6 token generator in R
cat(sprintf("::%s\n",paste(replicate(4,paste(sample(z,4,rep=TRUE),collapse="")),collapse=":")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment