Re: Simple test suite for std.random

2013-07-09 Thread Joseph Rushton Wakeling
On 07/05/2013 04:16 PM, Joseph Rushton Wakeling wrote: To this we can add: http://d.puremagic.com/issues/show_bug.cgi?id=10550 At least 2 of the Xorshift generators (32 and 160) depart strongly from uniformity in their output. Because the others appear OK, my guess would be that the fault

Re: Simple test suite for std.random

2013-07-05 Thread Joseph Rushton Wakeling
On 07/04/2013 06:37 PM, Joseph Rushton Wakeling wrote: Hi all, I'm preparing a few very simplistic test functions for std.random. These are not so suitable for unittests as they are basically to check that random values are being generated in the correct proportions, etc.:

Simple test suite for std.random

2013-07-04 Thread Joseph Rushton Wakeling
Hi all, I'm preparing a few very simplistic test functions for std.random. These are not so suitable for unittests as they are basically to check that random values are being generated in the correct proportions, etc.: https://github.com/WebDrake/std.random.test Actually, right now the ONLY