octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #42557] rand seed for twister algorithm differ


From: Markus Bergholz
Subject: [Octave-bug-tracker] [bug #42557] rand seed for twister algorithm differs from Matlab
Date: Sat, 28 Jun 2014 05:15:20 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0

Follow-up Comment #4, bug #42557 (project octave):


>> rand ('twister', [1 2 3]);
Error using rand
State must be a double scalar or the output of RAND('twister').
 
>> rng([1 2 3])
Error using rng (line 128)
First input must be a nonnegative integer seed less than 2^32, 'shuffle',
'default', or generator settings captured previously using S = RNG.
 



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?42557>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]