diff options
author | Eike Rathke <erack@redhat.com> | 2018-10-15 15:35:51 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2018-10-15 15:43:49 +0200 |
commit | 019abdfc1c3d8663ec840014a6016929206b74a3 (patch) | |
tree | 07ed92468f5109e31111c11ad630a6d5e10bf672 | |
parent | 613d463deb1a35855edcf670a951b22bb3657fb2 (diff) |
Related: tdf#102257 adjust Help, RANDBETWEEN() volatile like RAND()
Change-Id: Id200bd4886ccc6e5f932d2872d5969f0196b7332
-rw-r--r-- | source/text/scalc/01/04060106.xhp | 3 | ||||
-rw-r--r-- | source/text/scalc/01/06080000.xhp | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/source/text/scalc/01/04060106.xhp b/source/text/scalc/01/04060106.xhp index 5523e4b198..25c822517c 100644 --- a/source/text/scalc/01/04060106.xhp +++ b/source/text/scalc/01/04060106.xhp @@ -1666,8 +1666,7 @@ <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/> <paragraph id="par_id3164758" role="code" xml-lang="en-US">RANDBETWEEN(Bottom; Top)</paragraph> <paragraph id="par_id7112338" role="paragraph" xml-lang="en-US">Returns an integer random number between integers <emph>Bottom</emph> and <emph>Top</emph> (both inclusive).</paragraph> -<paragraph id="par_id2855616" role="paragraph" xml-lang="en-US">This function produces a new random number each time Calc recalculates. To force Calc to recalculate manually press Shift+<switchinline select="sys"><caseinline select="MAC">Command -</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9.</paragraph> +<paragraph id="par_id2855616" role="paragraph" xml-lang="en-US">This function produces a new random number each time Calc recalculates. To force Calc to recalculate manually press F9.</paragraph> <paragraph id="par_id2091433" role="paragraph" xml-lang="en-US">To generate random numbers which never recalculate, copy cells containing this function, and use <item type="menuitem">Edit - Paste Special</item> (with <item type="menuitem">Paste All</item> and <item type="menuitem">Formulas</item> not marked and <item type="menuitem">Numbers</item> marked).</paragraph> <embed href="text/scalc/01/common_func.xhp#sectionexample"/> diff --git a/source/text/scalc/01/06080000.xhp b/source/text/scalc/01/06080000.xhp index ba7b6eebc3..739b0d8d2c 100644 --- a/source/text/scalc/01/06080000.xhp +++ b/source/text/scalc/01/06080000.xhp @@ -44,7 +44,7 @@ <paragraph role="paragraph" id="par_id3150793" xml-lang="en-US">After the document has been recalculated, the display is refreshed. All charts are also refreshed.</paragraph> -<paragraph role="paragraph" id="par_id315475855" xml-lang="en-US">The Add-In functions like RANDBETWEEN currently cannot respond to the Recalculate command or F9. Press Shift+<switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9 to recalculate all formulas, including the Add-In functions.</paragraph> +<paragraph role="paragraph" id="par_id315475855" xml-lang="en-US">Volatile (delivering different results on each call) Add-In functions currently cannot respond to the Recalculate command or F9. Press Shift+<switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9 to recalculate all formulas, including the Add-In functions.</paragraph> </body> </helpdocument> |