Skip Menu |

This queue is for tickets about the Statistics-Test-RandomWalk CPAN distribution.

Report information
The Basics
Id: 64297
Status: resolved
Priority: 0/
Queue: Statistics-Test-RandomWalk

People
Owner: Nobody in particular
Requestors: mkanat [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.01
Fixed in: (no value)



Subject: Would also like to test integer generators
In addition to testing values between 0 and 1, I'd like to be able to test an integer RNG that generates numbers between 0 and N, by splitting the buckets in integer amounts between 0 and N instead of between 0 and 1.
Hi Max, On Tue Dec 28 21:44:10 2010, MKANAT wrote: Show quoted text
> In addition to testing values between 0 and 1, I'd like to be able to > test an integer RNG that generates numbers between 0 and N, by
splitting Show quoted text
> the buckets in integer amounts between 0 and N instead of between 0
and Show quoted text
> 1.
Essentially, this only needs rescaling with N. I just uploaded a new version that will do this and contains an example (examples/comparison_integer.pl). Best regards, Steffen