Initial commit
This commit is contained in:
parent
70704c3d1f
commit
f65b1e35c7
2 changed files with 116 additions and 0 deletions
6
generate_test_data.py
Normal file
6
generate_test_data.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
import random
|
||||
|
||||
for i in range(1000000):
|
||||
print( str(random.random())+","+str(int(random.expovariate(1/5))) )
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue