Commit daf3a0f1 by sikang

new fun

parent 82da982e
......@@ -46,7 +46,7 @@ class StringGarble:
strings_head = ""
strings_foot = ""
for i in range(0,random.randint(100,500)):
for i in range(0,random.randint(300,800)):
key = self.__gen_rand_str()
value = ''.join(random.choices(string.ascii_uppercase + string.ascii_lowercase, k=random.randint(5, 100)))
if i % random.randint(1,10) == 0:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment