module.exports = array => array[Math.floor(Math.random() * array.length)];