Skip to content

Commit c05f886

Browse files
committed
#319-create release v2.1.3
Modified file `RELEASE.md` accordingly.
1 parent 6ba5233 commit c05f886

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,16 @@ Current implementation of **CppRandLib** is provided for c++11 and c++20 standar
686686
Notice also: some of the PRNG algorithms involve 128-bits integer artihmetics. **CppRandLib** provides its own minimalist library for such computations since not all c++ compilers provide it (e.g. Microsoft compiler). Meanwhile, some other c++ compilers do implement 128-bits integer arithmetics (e.g. gcc). It might be of interest for users aware of this that they modify **CppRandLib** code by their side to take benefit of this. Conditional code is currently not implemented in **CppRandLib** for this purpose.
687687

688688

689+
---
690+
## What's new in release 2.1.3
691+
692+
Sub-version 2.1.3 of release 2.1 fixes one implementation error and fixes CWG algorithms period values in documentation.
693+
694+
Thanks to great comments from Tomasz Działa, the author of the **CWG** algorithm (see ref. [8] - *Collatz-Weyl Generators: High Quality and High Throughput Parameterized Pseudorandom Number Generators. Published at arXiv, December 2023*):
695+
* an implementation error in `Cwg128_64.next()` method has been fixed, and
696+
* the values of the minimal periods of the three implemented versions of the algorithm have been fixed also.
697+
698+
689699
---
690700
## What's new in release 2.1.2
691701

0 commit comments

Comments
 (0)