var FloatBetween = require('../FloatBetween'); var Random = function (){ return FloatBetween(- Math.PI, Math.PI); } ; module.exports = Random;