https://issues.apache.org/ooo/show_bug.cgi?id=111808

--- Comment #5 from Regina Henschel <[email protected]> ---
See my comment #1, I too have no idea, what tyleong wants to do with
Multiple.Operations.

I think, that RANDBETWEEN should stay as it is. It is typically used in
education where you want the content of the spreadsheet to be stable until the
work of the pupil is done.

Users who want to have new random numbers with every cell change, can write
their own function using RAND, e.g.
=RANDBETWEEN(a;b)
equals
=INT(RAND()*(b-a+1)+a) 

In regard to RANDBETWEEN this is duplicate to issue 69903. Find a related patch
there.

In regard to Multiple Operations "needmoreinfo" keyword would be appropriate.

-- 
You are receiving this mail because:
You are on the CC list for the issue.
You are watching all issue changes.

Reply via email to