jeudi 30 août 2018

How to perform a quasirandom shuffle on Python? [on hold]

If I have an 2-d numpy array, how can I perform a quasirandom shuffle on it? What I would like to do is have as an input the numpy array, and then have it shuffled in the same way as random.shuffle() would do it, but instead of using pseudorandom approach, use quasirandom approach (for example sobol or halton).




Aucun commentaire:

Enregistrer un commentaire