UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

13 lines (8 loc) 202 B
var random = require('./random'); /** * returns a random boolean value (true or false) */ function randBool(){ return random() >= 0.5; } module.exports = randBool;