I am using MKL Intel for random number computation. I use Quasi random algo. Also, it seems to me that number that are generated are not random at all. I understand that Quasi random algo will provide sampled points that maximize space occupation. Thus, they don't need to be perfectly unexpected and random, but only to cover the space properly.
I would like to use this number in a random fashion, not to have them ordered on an expected way, so that before using these 'random' points, I permute them.
Am I not using MKL library properly? Or does it sound normal, because, as I mentionned, points are to cover whole space, not to be perfeclty random?
If some MKL or quasi random gen. users there, advice welcome.
Regards.