Uniformly distributed random numbers and arrays
:
Note that in Matlab, A can contain complex values (in these cases, only real part of A is taken in account), what Scilab function do not tolerate.
Particular case: To get the state of the uniform generator, in Matlab you have to use s=rand(‘state’) to get 35 current values of the generator, but Scilab equivalent s=rand(“seed”) return only one value.