summaryrefslogtreecommitdiff
path: root/doc/release/upcoming_changes/20049.change.rst
blob: e1f08b3437c862f0a43f1fec9c0dfa255906dca8 (plain)
1
2
3
4
5
Corrected ``advance`` in ``PCG64DSXM`` and ``PCG64``
----------------------------------------------------
Fixed a bug in the ``advance`` method of ``PCG64DSXM`` and ``PCG64``. The bug only
affects results when the step was larger than :math:`2^{64}` on platforms
that do not support 128-bit integers(e.g., Windows and 32-bit Linux).