June 1st, 2007, 7:11 pm
QuoteOriginally posted by: outrun[ Wouldn't I need to set one seed, generate uniformly distributed variables, set another seed, generate poisson variables.....? ]that depends on how you have coded it. Te safest thing to do is1 set one seed, generate uniformly distributed variables,2 *retrieve seed* from the mersenne twister after generating these numbers3 set this retrieved seed into a new generator, generate poisson distributed variables,or1 set one seed, generate uniformly distributed variables,2 generate more uniformly distributed variables and convert them to poissonthese should give the same resultsoutrun,Is this documented on your site I presume?BTW I am looking for a test suite of SDEs (1, 2, n ) factors in order to test some schemes. Is there somewhere one can find these in one stop shop. Like maybe a STANDARD set of benchmarks against which all solutions could be tested against?
Last edited by
Cuchulainn on May 31st, 2007, 10:00 pm, edited 1 time in total.