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.
integer RandomSign( value )
int agk::RandomSign( int value )