Skip to content

Instantly share code, notes, and snippets.

@manoot
Created November 8, 2010 16:44
Show Gist options
  • Save manoot/667912 to your computer and use it in GitHub Desktop.
Save manoot/667912 to your computer and use it in GitHub Desktop.
def generate_mac_address
"00:16:3E:%X%X:%X%X:%X%X" % Array.new(6) { rand(16) }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment