Created
October 10, 2013 21:24
-
-
Save Manfred/6925876 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
def random_sales_force_account_id | |
'%d%d%d%d-%d%d%d%d%d-%d%d%d%d' % ([9]*13).map { |i| rand(i) } | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For no other reason than being bored:
Is 0000-00000-0000 valid?