This blog is updated daily.
A general description is here.
Fixing ‘rbinom()’, see PR#19049 below, to reproduce old results needs ‘RNGkind()’ to get a new ‘binom.kind’ argument and, e.g. ‘RNGversion("4.6")’ keeps previous behaviour.
‘rbinom()’'s BTPE algorithm is fixed thanks to Kate Hudson's findings and report in PR#19049. To ensure reproducibility, ‘RNGkind()’ gets new argument ‘binom.kind’.
Fix long standing (Fortran compiler optimization related) bug in ‘nlminb’ with constraints, thanks to Kasper Kristensen's PR#19086 report and patch.
Fix long standing (Fortran compiler optimization related) bug in
‘nlminb’ with constraints, thanks to Kasper Kristensen's PR#19086
report and patch.
