From: David B. <Dav...@mo...> - 2005-04-11 09:18:19
|
Michael Creel wrote: >Hello, >I'm planning on implementing some method to ensure that random number streams >generated on different nodes of a cluster are independent of one another. >This is important for problems such as Monte Carlo. Before I start, I'd like >to hear advice, suggestions, requests. Thanks, Michael > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >_______________________________________________ >Octave-dev mailing list >Oct...@li... >https://lists.sourceforge.net/lists/listinfo/octave-dev > > > If your platform as /dev/urandom, then the octave-forge random generators will use it to seed the generators, and you will end up with independent number streams. Even if you don't have /dev/urandom, then these generators use the LSB of the clock to seed with (ie. usec) and so you'll probably find yourself with independent streams in any case. So my advice is to use the octave-forge generators... D. -- David Bateman Dav...@mo... Motorola Labs - Paris +33 1 69 35 48 04 (Ph) Parc Les Algorithmes, Commune de St Aubin +33 1 69 35 77 01 (Fax) 91193 Gif-Sur-Yvette FRANCE The information contained in this communication has been classified as: [x] General Business Information [ ] Motorola Internal Use Only [ ] Motorola Confidential Proprietary |