Difference between revisions of "Manuals/calci/RANDINT"
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
==Related Videos== | ==Related Videos== | ||
− | {{#ev:youtube|v= | + | {{#ev:youtube|v=YOc7gQ18-Uo|280|center|Integers}} |
==See Also== | ==See Also== |
Latest revision as of 14:06, 28 January 2019
RANDINT (Max)
- is the final limit value.
Description
- This function gives the Integer value randomly.
- In , is any real number.
- Here Max is the maximum limit value of the number.
- When Max is the positive real number then function will return the result in the positive integer value.
- When Max is the negative real number then function will returns the result in negative Integer value.
Examples
- RANDINT(90) = 25
- RANDINT(765.23) = 610
- RANDINT(-987) = -894