Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
start from a "random" random seed for doctesting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Kliem committed Jun 24, 2020
1 parent e2dcdee commit da1c6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/doctest/forker.py
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ def run(self, test, compileflags=None, out=None, clear_globs=True):
TestResults(failed=0, attempted=4)
"""
self.setters = {}
randstate.set_random_seed(0)
randstate.set_random_seed()
warnings.showwarning = showwarning_with_traceback
self.running_doctest_digest = hashlib.md5()
self.test = test
Expand Down

0 comments on commit da1c6be

Please sign in to comment.