@thi.ng/random
Advanced tools
Comparing version 4.0.0 to 4.0.1
# Change Log | ||
- **Last updated**: 2024-07-22T13:15:57Z | ||
- **Last updated**: 2024-07-22T14:42:28Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/random", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Pseudo-random number generators w/ unified API, distributions, weighted choices, ID generation", | ||
@@ -157,3 +157,3 @@ "type": "module", | ||
}, | ||
"gitHead": "324d6b7dbf31558329e9fb6452e29b2f7db9c61a\n" | ||
"gitHead": "bd22b0826134b79064169371665b4d6caa9b6066\n" | ||
} |
@@ -34,2 +34,8 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
> [!IMPORTANT] | ||
> In July 2024 this package was restructured and split-up to extract some | ||
> features into smaller more focused packages: | ||
> | ||
> - [@thi.ng/uuid](https://thi.ng/uuid) | ||
This package provides the `IRandom` interface and various (mostly seedable) | ||
@@ -36,0 +42,0 @@ pseudo-random number generator implementations, incl. `IRandom` wrappers for |
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
73636
197