var randomSign = function() { return Math.cos( Math.round( Math.random() ) * Math.PI ); };