Hello,
I searched a lot in the web but I was not able to find any solutions.
Using "Rnd", I can have a random number but I would like to be able to set the random seed.
Would it be possible to do so ?
For MATLAB user, I would like to do the following code in VBA :
Thank you in advance.![]()
rand('state',seed_value) %seed value is the random seed (integer) %state or seed or twister can be used to set the seed
Bookmarks