Skip to content

Commit

Permalink
[chore] set random seed
Browse files Browse the repository at this point in the history
  • Loading branch information
tswsxk committed Jul 1, 2021
1 parent c37a54d commit aac0181
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# coding: utf-8
# 2021/3/17 @ tongshiwei

import random

random.seed(10)

0 comments on commit aac0181

Please sign in to comment.