You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,6 +183,15 @@ Current implementation of **CppRandLib** is provided for c++11 and c++20 standar
183
183
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**.
184
184
185
185
186
+
---
187
+
## What's new in release 2.1.2
188
+
189
+
Subversion 2.1.2 of release 2.1 brings HTML documentation to the library, build via doxygen utility.
190
+
191
+
HTML documentation is available in directories `html-documentation/c++11` and `html-documentation/c++20`.
192
+
There, file `index.html` is the entry point of the related documentation. If your operating system allows for it, double-click this file to open it in your favourite web browser.
0 commit comments