[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: intermittent error "undefined near line..."
From: |
Jordi Gutiérrez Hermoso |
Subject: |
Re: intermittent error "undefined near line..." |
Date: |
Mon, 17 Dec 2012 08:52:41 -0500 |
On 17 December 2012 05:43, Yuval Lifshitz <address@hidden> wrote:
> * the w_draws_b array is randomly initialized, but i thought that random
> values should be identical in any execution of octave (unless I seed them to
> time, which i don't)
No, rand() isn't always seeded to the same state. Please read "help
rand" for a description of this. If you find this description
confusing, please state how, so we can improve it.
- Jordi G. H.