<p>The <b>RANDARRAY</b> function is one of the math and trigonometry functions. It is used to return an array of random numbers and can be configured to fill a certain number of rows and columns, set a range for values, or return whole/decimal numbers.</p>
<pstyle="text-indent: 50px;"><b><em>rows</em></b> is an optional argument indicating the number of rows to be returned. If the argument is not given, the function will return a value between 0 and 1.</p>
<pstyle="text-indent: 50px;"><b><em>columns</em></b> is an optional argument indicating the number of columns to be returned. If the argument is not given, the function will return a value between 0 and 1.</p>
<pstyle="text-indent: 50px;"><b><em>min</em></b> is an optional argument indicating the minimum number to be returned. If the argument is not given, the function will default to 0 and 1.</p>
<pstyle="text-indent: 50px;"><b><em>max</em></b> is an optional argument indicating the maximum number to be returned. If the argument is not given, the function will default to 0 and 1.</p>
<pstyle="text-indent: 50px;"><b><em>whole_number</em></b> is an optional TRUE or FALSE argument. If TRUE, the function will return a whole number; FALSE will return a decimal one.</p>
<p>To apply the <b>RANDARRAY</b> function,</p>
<ol>
<li>select the cell where you wish to display the result,</li>