GeneralMatrix.Random Method

DotNetMatrix

An NDoc Documented Class Library

GeneralMatrix.Random Method 

Generate matrix with random elements

[Visual Basic]Public Shared Function Random( _
   ByVal m As Integer, _
   ByVal n As Integer _
) As GeneralMatrix
[C#]
public static GeneralMatrix Random(
   int m,
   int n
);

Parameters

m
Number of rows.
n
Number of colums.

Return Value

An m-by-n matrix with uniformly distributed random elements.

See Also

GeneralMatrix Class | DotNetMatrix Namespace