@aryth/rand
Advanced tools
Comparing version 0.3.20 to 0.3.21
@@ -235,2 +235,3 @@ 'use strict'; | ||
const E2 = 100; // E2 | ||
/** | ||
@@ -243,3 +244,2 @@ * | ||
const round = x => x + (x > 0 ? 0.5 : -0.5) << 0; | ||
@@ -246,0 +246,0 @@ |
@@ -231,2 +231,3 @@ import { swap } from '@vect/swap'; | ||
const E2 = 100; // E2 | ||
/** | ||
@@ -239,3 +240,2 @@ * | ||
const round = x => x + (x > 0 ? 0.5 : -0.5) << 0; | ||
@@ -242,0 +242,0 @@ |
{ | ||
"name": "@aryth/rand", | ||
"version": "0.3.20", | ||
"version": "0.3.21", | ||
"description": "A math util library", | ||
@@ -18,3 +18,3 @@ "main": "dist/index.cjs.js", | ||
"dependencies": { | ||
"@aryth/comparer": "^0.3.20", | ||
"@aryth/comparer": "^0.3.21", | ||
"@typen/nullish": "^0.1.16", | ||
@@ -38,3 +38,3 @@ "@vect/swap": "^0.3.10" | ||
"homepage": "https://github.com/hoyeungw/aryth#readme", | ||
"gitHead": "227c4f9de2905851b0b403453942fe4c3a3ea01a" | ||
"gitHead": "1f58f764e976a1491f3f3b4e236fb3ae0a29690e" | ||
} |
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
Updated@aryth/comparer@^0.3.21