Skip to content

Instantly share code, notes, and snippets.

@granolocks
Created January 5, 2017 19:36
Show Gist options
  • Select an option

  • Save granolocks/4bf29bf9ae53b0fa7b1c227e0e68dcf9 to your computer and use it in GitHub Desktop.

Select an option

Save granolocks/4bf29bf9ae53b0fa7b1c227e0e68dcf9 to your computer and use it in GitHub Desktop.
random mac generator
puts (0..255).map{|x|x.to_s(16).rjust(2,'0')}.sample(6).join(':')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment