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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Automated text replacement %s)
m
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE:RAND function}}
 +
{{Documentation/CalcFunc MathematicalTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_PRODUCT_function
 +
|NextPage=Documentation/How_Tos/Calc:_RANDBETWEEN_function
 +
}}__NOTOC__
  
 
== RAND ==
 
== RAND ==
Line 8: Line 13:
 
: This function produces a new random number each time Calc recalculates, greater than or equal to 0, and less than 1.
 
: This function produces a new random number each time Calc recalculates, greater than or equal to 0, and less than 1.
  
: To force Calc to recalculate manually press Shift+Ctrl+F9.
+
: To force Calc to recalculate manually press {{key|Shift|Ctrl|F9}}.
  
 
: To generate a random number which never recalculates, copy a cell containing <tt>'''=RAND()'''</tt>, and use Edit - Paste Special... (with Paste All and Formulas <u>not</u> selected and Numbers selected).
 
: To generate a random number which never recalculates, copy a cell containing <tt>'''=RAND()'''</tt>, and use Edit - Paste Special... (with Paste All and Formulas <u>not</u> selected and Numbers selected).
Line 19: Line 24:
 
: returns a random real number between <tt>'''a'''</tt> and <tt>'''b'''</tt>.
 
: returns a random real number between <tt>'''a'''</tt> and <tt>'''b'''</tt>.
  
{{Documentation/SeeAlso|
+
{{SeeAlso|EN|
 
* [[Documentation/How_Tos/Calc: RANDBETWEEN function|RANDBETWEEN]]
 
* [[Documentation/How_Tos/Calc: RANDBETWEEN function|RANDBETWEEN]]
  
Line 26: Line 31:
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 +
[[Category: Documentation/Reference/Calc/Mathematical functions]]

Latest revision as of 15:38, 31 January 2024

RAND

Returns a random number between 0 and 1.

Syntax:

RAND()

This function produces a new random number each time Calc recalculates, greater than or equal to 0, and less than 1.
To force Calc to recalculate manually press  ⇧ Shift  +  Ctrl  +  F9 .
To generate a random number which never recalculates, copy a cell containing =RAND(), and use Edit - Paste Special... (with Paste All and Formulas not selected and Numbers selected).

Example:

RAND()

returns a random number between 0 (inclusive) and 1 (exclusive).

RAND()*(b-a) + a

returns a random real number between a and b.



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