random_.random(min, max)
Returns a random integer between min and max, inclusive. If you only pass one argument, it will return a number between 0 and that number.
1 2 | _.random(0, 100); => 42 |
random_.random(min, max)
Returns a random integer between min and max, inclusive. If you only pass one argument, it will return a number between 0 and that number.
1 2 | _.random(0, 100); => 42 |
Designed by : w10schools
service@w10schools.com
Please login to continue.