Created
August 7, 2015 02:27
-
-
Save mechiland/32dd793cb8359460f08c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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