# getting random number from random.org
N=10000     # 1E4 is the limit!
Ymin=-10000
Ymax=10000
wget -O random-numbers \
 "https://www.random.org/integers/?num=${N}&min=${Ymin}&max=${Ymax}&col=1&base=10&format=plain&rnd=new"
