I use the following code to test the C++ library.
Why do I get the exact same sequence for every run of the compiled executable? Is
This is a GCC bug, fixed in GCC 9.2.
If you have this problem, update your compiler. (You can get a fresh GCC from MSYS2, for example.)