The documentation is not clear for the following case: when NoisyCurrentSource is injected into multiple cells with NoisyCurrentSource(...).inject_into(cells) does each cell get a different noise current?
Also, the documentation says that NoisyCurrentSource takes a rng argument, when in fact, it does not (PyNN 0.9.1)
Does this mean there is no way to control the random seed of the NoisyCurrentSource?
The documentation is not clear for the following case: when
NoisyCurrentSourceis injected into multiple cells withNoisyCurrentSource(...).inject_into(cells)does each cell get a different noise current?Also, the documentation says that
NoisyCurrentSourcetakes arngargument, when in fact, it does not (PyNN 0.9.1)Does this mean there is no way to control the random seed of the
NoisyCurrentSource?