Difference between revisions of "Manuals/calci/RANDBETWEEN"

From ZCubes Wiki
Jump to navigation Jump to search
Line 23: Line 23:
 
==References==
 
==References==
 
*[http://www.techonthenet.com/excel/formulas/randbetween.php Randbetween]
 
*[http://www.techonthenet.com/excel/formulas/randbetween.php Randbetween]
 +
 +
 +
 +
 +
*[[Z_API_Functions | List of Main Z Functions]]
 +
 +
*[[ Z3 |  Z3 home ]]

Revision as of 06:18, 13 March 2017

RANDBETWEEN(lt,ut)


  • is the lower integer
  • is the upper integer.

Description

  • This function gives the random number in integers between the specified integers.
  • In , is the Lower Integer and is the Upper Integer this function will return.
  • The generated random numbers are changing each time of the calculation.

Examples

  1. =RANDBETWEEN(-10,-1) = -8
  2. =RANDBETWEEN(-2,2) = 0
  3. =RANDBETWEEN(15.1,50.4) = 27
  4. =RANDBETWEEN(1.1,1.7) = 1

Related Videos

RANDBETWEEN

See Also

References