Matrix.Rand Method

public static Matrix Rand( 
int nrows
int ncols 
)
This language is not supported or no code example is available.
public:  
static Matrix^ Rand( 
int nrows
int ncols 
)
This language is not supported or no code example is available.
public static function Rand( 
nrows : int
ncols : int 
) : Matrix;
This language is not supported or no code example is available.

Parameters

nrows
int

ncols
int

Return Value

Matrix

In this article

Definition