functional overview
Obtains a random number.
Details of Functions
minimum valuefrom (e.g. time, place, numerical quantity)greatest valueReturns a random number between minimum valueIf the "etc." is a letter, it is converted to a number as much as possible, but if it cannot be converted, it is treated as a zero.
- attention (heed)
- Decimals are not allowed. Also, the range of random numbers is up to 32767.
- note
-
minimum value greatest value random number seed result 0 10 0 5 0 10 0 8 0 10 0 8
parameter
- argument (e.g. function, program, programme)
-
minimum value numeric data
Specifies the minimum value.greatest value numeric data
Specifies the maximum value.random number seed numeric data
Specifies a random number seed.
- return value
-
numeric data
minimum valuefrom (e.g. time, place, numerical quantity)greatest valueReturns an integer value between