#!/bin/sh
od -A n -t d -N 2 /dev/urandom | tr -d ' '
