jeudi 25 juillet 2019

Random number generation algorithm used in Numpy

What is algorithm that Python Numpy uses to generate random numbers? More specifically, what is the algorithm that is used when we invoke

np.random.uniform() 

Is Linear congruential generator random generation technique being used? What happens when we type

np.random.seed(42)

and why are some numbers like 42 are more popular with np.random.seed?




Aucun commentaire:

Enregistrer un commentaire