KRM7
KRM7
Hi, there is a random number generator associated with each of the threads, so when you change the number of threads using `gapp::execution_threads`, it also resets the generators associated with...
This one looks like a bug, I'll look into it.
Merged a fix for this to master. You should see the same results now.
A couple of questions: - Is this a new issue after the fixes, or is it unrelated? - What compiler version are you using? I've tried with g++ 12.4.0, but...
I was able to reproduce the issue, but unfortunately this seems to be an issue with mingw64 and not something that I can fix on my side. See: - https://github.com/msys2/MINGW-packages/issues/2519...
I've merged a fix master.
Yes, please post the problematic code, I don't have any examples that produce different results across runs after the latest fixes.
Thanks, I've tried running the code with the same config (WSL2, g++ 13.3.0), but I'm getting the same output on every run, in both debug and release builds (truncated): ```...