Mentions légales du service

Skip to content
Snippets Groups Projects
Commit bfecd50c authored by hhakim's avatar hhakim
Browse files

Warn user that matfaust.rand can hide matlab rand builtin.

Issue #43.
parent 0de3f86e
Branches
Tags
No related merge requests found
%========================================================================================== %==========================================================================================
%> @brief Generates a random Faust. %> @brief Generates a random Faust.
%> %>
%> @warning if this function is imported through 'import matfaust.rand' or 'import matfaust.*' the Matlab builtin function rand will be unreachable (matfaust.rand will be called instead). So it is not advisable to import this function, rather directly call matfaust.rand without any import.
%>
%> @b Usage %> @b Usage
%> %>
%>     @b rand(N,S) with N and S two integers, generates a Faust of N factors. All factors are square matrices of order S. The type of factors (dense or sparse) is a random choice. %>     @b rand(N,S) with N and S two integers, generates a Faust of N factors. All factors are square matrices of order S. The type of factors (dense or sparse) is a random choice.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment