Generazione di un numero pseudocasuale con urandom

#!/bin/bash
risultato=`head -c4 /dev/urandom| od -An -tu4`

[ /up ] [ /index ]