Skip to content

Instantly share code, notes, and snippets.

@mechiland
Created August 7, 2015 02:27
Show Gist options
  • Save mechiland/32dd793cb8359460f08c to your computer and use it in GitHub Desktop.
Save mechiland/32dd793cb8359460f08c to your computer and use it in GitHub Desktop.
prefix = %w(31 32 33 34 35 36 37 38 39 51 52 53 55 56 57 58 59 70 71 72 73 75 77 80 81 82 83 85 86 87 88 89)
(1..100).each do |n|
puts "1#{prefix.sample}#{rand(10**8)}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment