Comparing version 1.15.0 to 1.16.0
@@ -23,1 +23,2 @@ export * from './base64'; | ||
export * from './until'; | ||
export * from './xorshift'; |
@@ -26,1 +26,2 @@ "use strict"; | ||
tslib_1.__exportStar(require("./until"), exports); | ||
tslib_1.__exportStar(require("./xorshift"), exports); |
@@ -23,1 +23,2 @@ export * from './base64'; | ||
export * from './until'; | ||
export * from './xorshift'; |
@@ -26,1 +26,2 @@ "use strict"; | ||
tslib_1.__exportStar(require("./until"), exports); | ||
tslib_1.__exportStar(require("./xorshift"), exports); |
@@ -23,1 +23,2 @@ export * from './base64'; | ||
export * from './until'; | ||
export * from './xorshift'; |
@@ -26,1 +26,2 @@ "use strict"; | ||
tslib_1.__exportStar(require("./until"), exports); | ||
tslib_1.__exportStar(require("./xorshift"), exports); |
{ | ||
"name": "thingies", | ||
"version": "1.15.0", | ||
"version": "1.16.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -113,5 +113,11 @@ # thingies | ||
--- | ||
- `xorShift32` — generates random 32-bit integers using the very fast xorshift | ||
algorithm. `makeXorShift32(seed)` returns a function which can be used to generate | ||
random numbers. | ||
## License | ||
[MIT © Vadim Dalecky](LICENSE). |
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
90121
153
2763
123