With LibreOffice 6.1.6.x: In cell A1, I enter the formula: =ALEA() In cell A2, I enter the formula: =ALEA.ENTRE.BORNES(1;6) If I press Ctrl+Shift+F9, ALEA() and ALEA.ENTRE.BORNES(1;6) generate a new random number. If I press F9, ALEA() generates a new random number and not ALEA.ENTRE.BORNES(1;6). This is the normal and usual behavior of calc. Since LibreOffice 6.2.x.x: In cell A1, I enter the formula: =ALEA() In cell A2, I enter the formula: =ALEA.ENTRE.BORNES(1;6) If I press Ctrl+Shift+F9, ALEA() and ALEA.ENTRE.BORNES(1;6) generate a new random number. This is the normal and usual behavior of calc. If I press F9, ALEA() and ALEA.ENTRE.BORNES(1;6) generate a new random number. This is not the normal and usual behavior of calc.
This was changed https://bugs.documentfoundation.org/show_bug.cgi?id=102257, so both functions has the same behavior.