Difference between revisions of "Documentation/How Tos/Calc: RANDBETWEEN function"

From Apache OpenOffice Wiki
Jump to: navigation, search
m
m
 
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE:RANDBETWEEN function}}
 +
{{Documentation/CalcFunc MathematicalTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_RAND_function
 +
|NextPage=Documentation/How_Tos/Calc:_SERIESSUM_function
 +
}}__NOTOC__
  
 
== RANDBETWEEN ==
 
== RANDBETWEEN ==
Line 21: Line 26:
 
: returns an integer between <tt>'''20'''</tt> and <tt>'''30'''</tt> (inclusive).
 
: returns an integer between <tt>'''20'''</tt> and <tt>'''30'''</tt> (inclusive).
  
=== See also: ===
+
{{SeeAlso|EN|
'''[[Documentation/How_Tos/Calc: RAND function|RAND]]'''
+
* [[Documentation/How_Tos/Calc: RAND function|RAND]]
  
'''[[Documentation/How_Tos/Calc: Mathematical functions|Mathematical functions]]'''
+
* [[Documentation/How_Tos/Calc: Mathematical functions|Mathematical functions]]
 +
 
 +
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 +
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 +
[[Category: Documentation/Reference/Calc/Mathematical functions]]

Latest revision as of 15:40, 31 January 2024

RANDBETWEEN

Returns an integer random number in a specified range.

This function is only available if the Analysis AddIn is installed.

Syntax:

RANDBETWEEN(bottom; top)

Returns an integer random number between integers bottom and top (both inclusive).
This function produces a new random number each time Calc recalculates. To force Calc to recalculate manually press Shift+Ctrl+F9.
To generate a random number which never recalculates, copy a cell containing this function, and use Edit - Paste Special... (with Paste All and Formulas not selected and Numbers selected).
An alternative to this function not requiring the Analysis AddIn would be:
INT(RAND()*(top-bottom+1))+bottom.

Example:

RANDBETWEEN(20; 30)

returns an integer between 20 and 30 (inclusive).



See Also
Retrieved from "https://wiki.openoffice.org/w/index.php?title=Documentation/How_Tos/Calc:_RANDBETWEEN_function&oldid=259901"
Views
Personal tools
Navigation
Tools
In other languages