@thi.ng/random
Advanced tools
Comparing version 3.6.32 to 3.6.33
# Change Log | ||
- **Last updated**: 2024-02-22T11:59:16Z | ||
- **Last updated**: 2024-02-25T14:07:53Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/random", | ||
"version": "3.6.32", | ||
"version": "3.6.33", | ||
"description": "Pseudo-random number generators w/ unified API, distributions, weighted choices, ID generation", | ||
@@ -38,3 +38,3 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.25", | ||
"@thi.ng/api": "^8.9.26", | ||
"@thi.ng/checks": "^3.5.0", | ||
@@ -160,3 +160,3 @@ "@thi.ng/errors": "^2.4.18", | ||
}, | ||
"gitHead": "4513a1c703bdbf0f0867f03e547e47692e415fac\n" | ||
"gitHead": "6e20f80dd9df1c8055ffa3c1e4d6f7598add0c0b\n" | ||
} |
@@ -13,2 +13,4 @@ import type { IRandom } from "./api.js"; | ||
* ```ts | ||
* import { randomID } from "@thi.ng/random"; | ||
* | ||
* randomID() | ||
@@ -15,0 +17,0 @@ * "qgdt" |
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
70283
1023
Updated@thi.ng/api@^8.9.26