Generate random numbers between two values with floating steps in python (numpy) [duplicate]
I want to generate 40 random numbers between two given values with a specific floating step; some thing like: random(start,stop,step); where: start=5,stop=7,step=0.1 Is there any function in numpy or other python's libraries to do that directly?
Aucun commentaire:
Enregistrer un commentaire