doc
This commit is contained in:
parent
eb2d62b9e7
commit
6a4a468adf
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue