This commit is contained in:
Samuel Oberhofer 2022-07-01 16:54:22 +02:00
parent eb2d62b9e7
commit 6a4a468adf
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ int main() {
long long iterations = 1000000;
for (int i = 0; i < iterations; i++) {
// Frische Zahlen für Alice und Bob derinieren
// Alice und Bob suchen 2 Zahlen aus
xAlice = createRandomNumber(n);
xBob = createRandomNumber(n);