Documentation For Encog 2.x

Matrix.Ramdomize Method

Fill the matrix with random values in the specified range.

public void Ramdomize(
   double min,
   double max
);

Parameters

min
The minimum value for the random numbers.
max
The maximum value for the random numbers.

See Also

Matrix Class | Encog.Matrix Namespace