Skip to content

Commit

Permalink
Deleted some test codes that I forgot to delete
Browse files Browse the repository at this point in the history
  • Loading branch information
yimianweishi committed Sep 28, 2021
1 parent 866ca9e commit 446abd6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions android_random.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,5 @@ def _nextInt_bound(self, bound):
r = u % bound
u = self._next(31)
return r
tmp = myrandom()
tmp.myrandom(1)
for i in range(50):
print(tmp._nextInt_bound(10))


0 comments on commit 446abd6

Please sign in to comment.