Initial commit

This commit is contained in:
Johann Dreo 2013-03-16 11:44:29 +01:00
commit f65b1e35c7
2 changed files with 116 additions and 0 deletions

6
generate_test_data.py Normal file
View file

@ -0,0 +1,6 @@
import random
for i in range(1000000):
print( str(random.random())+","+str(int(random.expovariate(1/5))) )