help-gsl
[Top][All Lists]
Advanced

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

[Help-gsl] initializing RNG with an array?


From: Anye Li
Subject: [Help-gsl] initializing RNG with an array?
Date: Tue, 05 Aug 2014 12:08:37 -0400
User-agent: Notmuch/0.18+24~gfe8cd90 (http://notmuchmail.org) Emacs/23.4.1 (arm-unknown-linux-gnueabihf)

Hi,

Does anybody know of a way to seed the random number generator with an
array of data, so that the number of sequences available is limited by
the size of the state rather than the range of the RNG?  I see
gsl_rng_memcpy and gsl_rng_fread in the documentation but it seems these
are for restoring a known good state, not for seeding with unknown data.
I'm looking for something along the lines of MT19937's init_by_array.

Thanks
Anye



reply via email to

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