Instantaneously generation of random numbers

#! /bin/bash
coff=1.2
nnce=765
cent=cl_$coff.centers
seed=`date +'%N'`
awk 'BEGIN{
srand("'$seed'")
print int(rand())
}'


Follow

Get every new post delivered to your Inbox.