[REBOL] Re: Random numbers for Monte Carlo
From: lmecir:mbox:vol:cz at: 10-Aug-2002 19:24
Thanks, Joel,
your advice is wise. Some subproblems have got an analytical solution, so I
can test the accuracy of my simulation, but the final solution isn't
obtainable (at least for me) analytically. The speed problem is present,
because a million number crunching in the presence of nonlinearities is
really a hard job.
For now I decided to use the fastest generator, after some debugging I may
use a better method.
Ladislav