UNPKG

ember-app-scheduler

Version:

Ember addon to schedule work at different phases of app life cycle.

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;