AllenInstitute / bmtk

Brain Modeling Toolkit
https://alleninstitute.github.io/bmtk/
BSD 3-Clause "New" or "Revised" License
265 stars 86 forks source link

Fix error that random seed is not set when using SpikeGenerator(seed=0) #360

Closed chenziao closed 4 months ago

chenziao commented 4 months ago

When using seed=0 for SpikeGenerator, random seed was not set.