nest / nestml

A domain specific language for neuron and synapse models in spiking neural network simulation
GNU General Public License v2.0
45 stars 46 forks source link

Update docs for `random_normal()` and `random_uniform()` functions #1018

Closed pnbabu closed 3 months ago

clinssen commented 4 months ago

This is more a limitation of the NEST target than of NESTML in general. Other platforms could easily support random number generation during initialisation. I would therefore prefer if we add a context condition check for this that only operates on the NEST target.

clinssen commented 3 months ago

Already covered by #1016.