Difference between revisions of "Manuals/calci/RANDBETWEEN"
Jump to navigation
Jump to search
| Line 13: | Line 13: | ||
#=RANDBETWEEN(15.1,50.4) = 27 | #=RANDBETWEEN(15.1,50.4) = 27 | ||
#=RANDBETWEEN(1.1,1.7) = 1 | #=RANDBETWEEN(1.1,1.7) = 1 | ||
| + | |||
| + | ==Related Videos== | ||
| + | |||
| + | {{#ev:youtube|PiyApfbQ41c|280|center|RANDBETWEEN}} | ||
==See Also== | ==See Also== | ||
Revision as of 14:10, 20 June 2015
RANDBETWEEN(lt,ut)
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle lt} is the lower integer
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle ut} is the upper integer.
Description
- This function gives the random number in integers between the specified integers.
- In Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle RANDBETWEEN(lt,ut)} , Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle lt} is the Lower Integer and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle ut} is the Upper Integer this function will return.
- The generated random numbers are changing each time of the calculation.
Examples
- =RANDBETWEEN(-10,-1) = -8
- =RANDBETWEEN(-2,2) = 0
- =RANDBETWEEN(15.1,50.4) = 27
- =RANDBETWEEN(1.1,1.7) = 1