doc
This commit is contained in:
@@ -74,7 +74,7 @@ int main() {
|
|||||||
|
|
||||||
long long iterations = 1000000;
|
long long iterations = 1000000;
|
||||||
for (int i = 0; i < iterations; i++) {
|
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);
|
xAlice = createRandomNumber(n);
|
||||||
xBob = createRandomNumber(n);
|
xBob = createRandomNumber(n);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user