umontreal-simul / TestU01-2009

This is the 2009 version of TestU01, a software library, implemented in the ANSI C language, and offering a collection of utilities for the empirical statistical testing of uniform random number generators.
Apache License 2.0
64 stars 17 forks source link

Fix long variables overflows in Alphabit & Rabbit, when using large nb #19

Closed aleruggeri87 closed 2 years ago

aleruggeri87 commented 2 years ago

When running Alphabit & Rabbit with large number of bits to be analyzed, issues can occur due to some integer variables overflow. This PR should solve them.

Please see commit comments for more details.