SUBSAMPLE matrix function
Description
SUBSAMPLE(A,n) Returns a matrix with n number of rows, selected randomly from the rows of matrix A. Each row of A can only be present once in the result matrix.
If A is a row vector, then the result matrix will be a row vector with a random subgroup of elements of A.
Calculator