Additionally, how can I format it as a string padded with zeros?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
To generate the number call rand with the result of the expression "10 to the power of 10"
To pad the number with zeros you can use the string format operator
or the
|
|||
|
|
|
I JUST WANT TO Modify the FIRST ANSWER rand (10**10) may generate 9 digit random no if 0 is in first place.for ensuring 10 exact digit just modify
end |
|||
|
|
|
Here is an expression that will use one fewer method call than quackingduck's example.
One caveat,
|
|||
|
|
|
This will work even on ruby 1.8.7:
|
|||
|
|
