What do two nuclear physicists do, when they want to play backgammon but do not have a dice?
Answer:
terra ~]> awk '{print int(6*rand()+1)}'
or, to render it more functional (courtesy of
falza)
terra ~]> awk '{print int(6*rand()+1)":" int(6*rand()+1)}'