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
I get a segmentation fault. But I don't think this is related to RNG, when I try to write a fixed value to each position of Array{Float80}(undef, 10000), I get a corrupted size vs. prev_size error followed by an abort signal sent. I believe it's caused by a Julia bug with arrays of eltype of size not-a-power-of-two, cf. JuliaLang/julia#29053.
The text was updated successfully, but these errors were encountered: