Jump To …

src/seeds/

math_random.coffee


          
class MathRandom
  get: -> Math.random()

module.exports = MathRandom