You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would like to generate random integers (or perhaps strings of numbers) similar to the random_str() function.
How are you currently being hindered by this problem?
There are some cases where I may want to send random number instead of a random string, for example on an insertion point that only accepts numbers and rejects any non-numeric characters.
How would you like this problem to be solved?
No preference.
Any additional details?
The text was updated successfully, but these errors were encountered:
What is the problem you are trying to solve?
Would like to generate random integers (or perhaps strings of numbers) similar to the
random_str()
function.How are you currently being hindered by this problem?
There are some cases where I may want to send random number instead of a random string, for example on an insertion point that only accepts numbers and rejects any non-numeric characters.
How would you like this problem to be solved?
No preference.
Any additional details?
The text was updated successfully, but these errors were encountered: