[OT] The horizon of a stream
Nigel Sandever
nigelsandever at btconnect.com
Sat Oct 25 20:10:46 PDT 2008
On Sat, 25 Oct 2008 22:54:47 -0400, bearophile <bearophileHUGS at lycos.com> wrote:
> mgen:
> > Could you post that file somewhere so we could get some even level testing
going for these algos?
>
> It looks a bit too much huge. Better to write a little program that generates
random data with a suitable distribution. To make it portable across
Phobos/Tango/etc the RND generator can be included into the code, there are very
fast around.
>
> Bye,
> bearophile
>
You'd need the PRNG to produce the same sequence for teh same seed cross
platform--the MT for example.
And you'd need to distribute (or point to) a common dictionary.
More information about the Digitalmars-d
mailing list