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