RandomSign

Description

Will randomly negate the value given and return it. Has a 50-50 chance of negating the value. The initial value can be negative, in which case it will randomly become positive.

Definition

integer RandomSign( value )

Parameters