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
Trying to compile this under Windows 10 on a MINGW64 (which is actually part of the windows Octave package)
Downloaded and built pcg_random.
Added in the headers and suggested on pcg_random help pages to use ldexp(pcg32_random(), -32) - 1.0; (not after cryptographic quality random numbers).
It builds but I'm getting 40 1.#INF00e+000 0.000000e+000 80 1.#INF00e+000 0.000000e+000 120 1.#INF00e+000 0.000000e+000
in the output_MMult0.m file which wont plot
Suggestions on fixing for Windows MINGW64?
Thanks
The text was updated successfully, but these errors were encountered:
Hi
Trying to compile this under Windows 10 on a MINGW64 (which is actually part of the windows Octave package)
Downloaded and built
pcg_random
.Added in the headers and suggested on pcg_random help pages to use
ldexp(pcg32_random(), -32) - 1.0;
(not after cryptographic quality random numbers).It builds but I'm getting
40 1.#INF00e+000 0.000000e+000
80 1.#INF00e+000 0.000000e+000
120 1.#INF00e+000 0.000000e+000
in the output_MMult0.m file which wont plot
Suggestions on fixing for Windows MINGW64?
Thanks
The text was updated successfully, but these errors were encountered: