Updated for uniformity and random now working

This commit is contained in:
2021-07-03 02:39:50 -04:00
parent a0a89d510f
commit d579c1663b
3 changed files with 28 additions and 31 deletions

View File

@@ -25,7 +25,7 @@
#include <cinttypes>
#include "Dice.hpp"
const uint64_t LENGTH_OF_TEST = 100; //How many times the dice will get rolled * the number of sides
const uint64_t LENGTH_OF_TEST = 100; //How many times the dice will get rolled * the number of sides
int main(){