Skip to content

Instantly share code, notes, and snippets.

@mariovisic
Created June 5, 2011 14:52
Show Gist options
  • Select an option

  • Save mariovisic/1009015 to your computer and use it in GitHub Desktop.

Select an option

Save mariovisic/1009015 to your computer and use it in GitHub Desktop.
Random IP Addresses
@addresses = []
10000.times do
@addresses.push Faker::Internet::ip_v4_address
end
@addresses == @addresses.uniq # => true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment