$ rnd=$(cat /dev/urandom | LC_CTYPE=C tr -dc 0-9 | fold -w15 | head -1 | sed 's/^0*//;'); echo $rnd; echo $(($rnd / 2));
Result (Second line is the number half the size of the first line to test if arithmetic operation works):
585206567422781
292603283711390