Click or drag to resize
Accord.NET (logo)

Neuronrand Field

Random number generator.

Namespace:  Accord.Neuro
Assembly:  Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax
protected IRandomNumberGenerator<double> rand
Request Example View Source

Field Value

Type: IRandomNumberGeneratorDouble
Remarks
The generator is used for neuron's weights randomization.
See Also