Quote Originally Posted by cairnswm
Random * 2 - will return a number between 0 and 1.999999.

Trunc drops the digits after the '.' - So a number betwenn 0 and 1
and round would round the number up to between 0 and 2.