From 47bdd8fd713555577587c7c2ee7259bb16c005a3 Mon Sep 17 00:00:00 2001 From: annamrowca7 <74540889+annamrowca7@users.noreply.github.com> Date: Wed, 2 Dec 2020 10:09:56 +0100 Subject: [PATCH] Update test.cpp --- test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.cpp b/test.cpp index af2c162..07351c1 100644 --- a/test.cpp +++ b/test.cpp @@ -5,7 +5,7 @@ using namespace std; int main(){ random_device r; mt19937 gen(r()); - uniform_int_distribution uniform_dist(1, 6); + uniform_int_distribution uniform_dist(1, 86); cout<