Comparing version 1.4.7 to 1.4.8
{ | ||
"name": "casual", | ||
"version": "1.4.7", | ||
"version": "1.4.8", | ||
"description": "Fake data generator", | ||
@@ -5,0 +5,0 @@ "main": "src/casual.js", |
@@ -100,2 +100,3 @@ ## Fake data generator [![Build Status](https://travis-ci.org/boo1ean/casual.png?branch=master)](https://travis-ci.org/boo1ean/casual) | ||
casual.array_of_doubles(n = 7) // [ -866.3755785673857, -166.62194719538093, ...] | ||
casual.coin_flip // true | ||
@@ -102,0 +103,0 @@ // Date |
@@ -53,2 +53,6 @@ var MersenneTwister = require('mersenne-twister'); | ||
coin_flip: function() { | ||
return generator.random() < 0.5; | ||
}, | ||
seed: function(seed) { | ||
@@ -55,0 +59,0 @@ generator.init_seed(seed); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
360
181555
35
2464