UNPKG

la-cosa-nostra

Version:

A Mafia bot designed to run in Discord - beware the traitors and the lies!

11 lines (6 loc) 217 B
var cryptoRandom = require("./cryptoRandom.js"); module.exports = function (array) { var indices = array.length; var index = Math.floor(cryptoRandom(indices*3, indices*1) * indices); return array[index]; };