lundi 22 mai 2017

Python pandas seed for random generator

I have a small question re: np.random.seed(seed=x)
I have a df SEED = 1 column of seed numbers
I would like to generate random number after choosing a seed from my df SEED
For example in the first simulation I'll use seed no 100 of the df SEED and in the next simulation, I want to use seed no 200 of the SEED df.
I've been trying out things , but to no avail.
Any hints for me?
Cheers




Aucun commentaire:

Enregistrer un commentaire