Skip to content

Commit

Permalink
seedSequence() generator function simplified (the generated sequenc…
Browse files Browse the repository at this point in the history
…e has changed though).
  • Loading branch information
abukaj committed Jan 22, 2019
1 parent 33ec890 commit f59c426
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kcsd/validation/csd_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def seedSequence(seed):
yield seed

previous.add(seed)
rstate.seed(seed)
while seed in previous:
seed = rstate.randint(2 ** 32)

Expand Down

0 comments on commit f59c426

Please sign in to comment.