From 446abd6812e6a726f7b79fa4d7476431d024f653 Mon Sep 17 00:00:00 2001 From: yimianweishi <1330728738@qq.com> Date: Wed, 29 Sep 2021 00:13:40 +0800 Subject: [PATCH] Deleted some test codes that I forgot to delete --- android_random.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/android_random.py b/android_random.py index 54f3dba..0f52e22 100644 --- a/android_random.py +++ b/android_random.py @@ -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)) +