Generates a random numeric string of the specified length.
Each character in the resulting string is a digit between 0 and 9 (inclusive).
The desired length of the generated numeric string.
A string consisting of random digits with the specified length.
1.0.0
1.0.5
Generates a random numeric string of the specified length.
Each character in the resulting string is a digit between 0 and 9 (inclusive).