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

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

[Octave-bug-tracker] [bug #50256] Wrong data type for rand ('twister')


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #50256] Wrong data type for rand ('twister')
Date: Wed, 8 Feb 2017 20:01:34 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Update of bug #50256 (project octave):

             Assigned to:                    None => jwe                    

    _______________________________________________________

Follow-up Comment #3:

The internal state is already a uint32 array, but then we convert it to a
double precision ColumnVector to store it.  Then if we set the state from one
of these saved states, we convert it back.  I think we could simplify this by
saving the state as a uint32 array instead.  I can work on that.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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