Random Python Monte Carlo Function

0

I need to generate random numbers. A number of numbers in the house of 10 ^ 5 and 10 ^ 6 random numbers.

The randint function of the random library seems to me not to have a good degree of randomness when it generates so many repeating numbers like this. Does anyone know a library with a better random function to be used in monte carlo simulation?

Is it possible to renew the seed of the randint function? In order to have a good degree of randomness on this scale?

    
asked by anonymous 12.04.2018 / 21:58

0 answers