change gentest to be written in python for speed build faster while chloride isnt in a finished state
This commit is contained in:
7
gentest.py
Normal file
7
gentest.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import random
|
||||
myfile = open("rand_test.ar","w")
|
||||
|
||||
for i in range(10000000):
|
||||
myfile.write("\"")
|
||||
myfile.write(str(random.random())[2::])
|
||||
myfile.write("\"\n")
|
||||
Reference in New Issue
Block a user