Accord.Math.Environments.OctaveEnvironment.rand C# (CSharp) Method

rand() protected static method

Random vector.
protected static rand ( int n, int m ) : mat
n int
m int
return mat
        protected static mat rand(int n, int m) { return Matrix.Random(n, m); }
        /// <summary>Size of a matrix.</summary>