Class SeededRandom
- Namespace
- NeuralNetworks.Core
- Assembly
- NeuralNetworks.dll
public class SeededRandom : Random
- Inheritance
-
SeededRandom
- Inherited Members
Constructors
SeededRandom()
public SeededRandom()
SeededRandom(int)
public SeededRandom(int seed)
Parameters
seedint
Properties
Seed
public int? Seed { get; }
Property Value
- int?
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.