many independent NetStims ?
Posted: Thu Apr 14, 2011 10:39 am
Hello,
I am trying to implement in neuron a very simple model composed of a network of N neurons, each being subject to 2 synaptic noises (one inhibitory, one excitatory)
those noises are implemented by 2 NetStim for each neuron
all the NetStim in my network are seeded by calling rng.discunif(0,32000) where rng is a Random object. rng 's seed is a parameter of the program
1- Is such a seeding of the NetStim good to assure independence of the NetStims ?
2- If I do 2 successive calls to run() inside my .hoc code, the statistics of the NetStim differ. I suppose this means the NetStim don't reset their generator. Is this correct ?
Thank you very much for your time !
Guillaume
I am trying to implement in neuron a very simple model composed of a network of N neurons, each being subject to 2 synaptic noises (one inhibitory, one excitatory)
those noises are implemented by 2 NetStim for each neuron
all the NetStim in my network are seeded by calling rng.discunif(0,32000) where rng is a Random object. rng 's seed is a parameter of the program
1- Is such a seeding of the NetStim good to assure independence of the NetStims ?
2- If I do 2 successive calls to run() inside my .hoc code, the statistics of the NetStim differ. I suppose this means the NetStim don't reset their generator. Is this correct ?
Thank you very much for your time !
Guillaume