Open
Description
I am trying to parallellize a loop containing a random number generation, but the status of the rng is kept costant across each index of the loop, leading to a matrix with some rows.
Any idea how to solve this problem?
I could use VectorizedRNG.jl but I have no idea then how to glue it with the @avx loop.