UNPKG

vrandom

Version:

an easy way to work with random numbers in javascript

6 lines (4 loc) 80 B
const flip = () => { return Math.random() > 0.5 } module.exports = flip