Set the randomization interval for all neurons
[Visual Basic]
Public Sub setRandomizationInterval( _
ByVal min As Single, _
ByVal max As Single _
)
[C#]
public void setRandomizationInterval(
float min,
float max
);
Parameters
min
the minimum value
max
the maximum value