@@ -6,7 +6,7 @@ In the spirit of reproducible research, we found it pertinent to include a repro
We used Bash scripts to run our experiments, with or without the Slurm Workload Manager (see Code 1).
In the code repository, you will find 6 folders: `testU01-nodes`, `testU01-ru01`, `testU01-hpcsmp`, and three others with the same names but ending with `RealInterval`.
Three of them contain the scripts and results for TestU01 on 32-bit integers, while the other three contain scripts and results for TestU01 on the \([0,1]\) real interval.
Three of them contain the scripts and results for TestU01 on 32-bit integers, while the other three contain scripts and results for TestU01 on the \[0,1\] real interval.
Inside these folders, there are three subfolders corresponding to the three methods we examined: **MT Index status**, **Random spacing**, and **Sequence Splitting**.
These subfolders contain the source code of TestU01 (directly taken from L’Ecuyer’s website) and the Mersenne Twister source code.