Click or drag to resize
Accord.NET (logo)

NeuronRandGenerator Property

Random number generator.

Namespace:  Accord.Neuro
Assembly:  Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax
public IRandomNumberGenerator<double> RandGenerator { get; set; }
Request Example View Source

Property Value

Type: IRandomNumberGeneratorDouble
Remarks
The property allows to initialize random generator with a custom seed. The generator is used for neuron's weights randomization.
See Also