Skip to content

Commit

Permalink
fix(py-scripts): oops remove random seed fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
vEnhance committed Aug 12, 2024
1 parent c514d52 commit 8952d3c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions py-scripts/yao.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
import random
from pathlib import Path

random.seed("TESTING")

MAX = 1001
N = 192

Expand Down

0 comments on commit 8952d3c

Please sign in to comment.