Hi all, I have a question regarding random number generator. I am intend to randomly choose neuron population but keep this same across multiple processes. (see attached) mpirun -np 4 python network_population.py However, seemingly I am missing something.
Also, in case I try to use different population count I am getting error while connecting nodes with input or probes. (see mpi_example)