From 019abdfc1c3d8663ec840014a6016929206b74a3 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Mon, 15 Oct 2018 15:35:51 +0200 Subject: Related: tdf#102257 adjust Help, RANDBETWEEN() volatile like RAND() Change-Id: Id200bd4886ccc6e5f932d2872d5969f0196b7332 --- source/text/scalc/01/04060106.xhp | 3 +-- 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 @@ 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+Command -Ctrl+F9. +This function produces a new random number each time Calc recalculates. To force Calc to recalculate manually press F9. To generate random numbers which never recalculate, copy cells containing this function, and use Edit - Paste Special (with Paste All and Formulas not marked and Numbers marked). 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 @@ After the document has been recalculated, the display is refreshed. All charts are also refreshed. -The Add-In functions like RANDBETWEEN currently cannot respond to the Recalculate command or F9. Press Shift+CommandCtrl+F9 to recalculate all formulas, including the Add-In functions. +Volatile (delivering different results on each call) Add-In functions currently cannot respond to the Recalculate command or F9. Press Shift+CommandCtrl+F9 to recalculate all formulas, including the Add-In functions. -- cgit