Excerpt | ||
---|---|---|
| ||
random() Returns a random integer greater than zero. |
Function: random()
Returns a random integer greater than zero. If an upper bound is specified then the integer is between zero and the upper bound minus 1.
...
Excerpt | ||
---|---|---|
| ||
random() Returns a random integer greater than zero. |
Returns a random integer greater than zero. If an upper bound is specified then the integer is between zero and the upper bound minus 1.
...