machinepack-util
Advanced tools
Comparing version 4.2.0 to 4.3.0
@@ -35,3 +35,3 @@ module.exports = { | ||
var end = Number(inputs.end); | ||
var result = Math.ceil(Math.random() * end) + start; | ||
var result = Math.floor(Math.random() * end) + start; | ||
exits.success(result); | ||
@@ -38,0 +38,0 @@ } |
{ | ||
"name": "machinepack-util", | ||
"version": "4.2.0", | ||
"version": "4.3.0", | ||
"description": "Utilities for everyday tasks with arrays, dictionaries, strings, etc.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
27897