#!/bin/sh cat /dev/urandom > /dev/dsp;
Jono96 wrote: heineken and marshmello's are a good combination............... try it.....
'Visual Basic.NET public sub random dim randomGenerator as system.random(1, 11) dim randomNumber as integer randomNumber = randomGenerator.next MessageBox.show("The random number is " & randomNumber & ".", "RANDOM", MessageBoxButtons.OkOnly, MessageBoxIcons.Exclamation, False) end sub