@stdlib/random-strided-minstd-shuffle
Advanced tools
+7
-30
| { | ||
| "name": "@stdlib/random-strided-minstd-shuffle", | ||
| "version": "0.2.0", | ||
| "version": "0.2.1", | ||
| "description": "Fill a strided array with pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG) whose output is shuffled.", | ||
@@ -18,15 +18,8 @@ "license": "Apache-2.0", | ||
| "directories": { | ||
| "benchmark": "./benchmark", | ||
| "doc": "./docs", | ||
| "example": "./examples", | ||
| "lib": "./lib", | ||
| "test": "./test" | ||
| "dist": "./dist" | ||
| }, | ||
| "types": "./docs/types", | ||
| "scripts": { | ||
| "test": "make test", | ||
| "test-cov": "make test-cov", | ||
| "examples": "make examples", | ||
| "benchmark": "make benchmark" | ||
| }, | ||
| "scripts": {}, | ||
| "homepage": "https://stdlib.io", | ||
@@ -41,23 +34,7 @@ "repository": { | ||
| "dependencies": { | ||
| "@stdlib/random-base-minstd-shuffle": "^0.2.0", | ||
| "@stdlib/strided-base-nullary": "^0.2.0", | ||
| "@stdlib/types": "^0.3.1", | ||
| "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.0" | ||
| "@stdlib/random-base-minstd-shuffle": "^0.2.1", | ||
| "@stdlib/strided-base-nullary": "^0.2.1", | ||
| "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@stdlib/array-base-to-accessor-array": "^0.1.0", | ||
| "@stdlib/array-base-zero-to": "^0.1.0", | ||
| "@stdlib/array-filled": "^0.1.0", | ||
| "@stdlib/array-float64": "^0.2.0", | ||
| "@stdlib/array-zeros": "^0.1.0", | ||
| "@stdlib/console-log-each": "^0.1.0", | ||
| "@stdlib/math-base-assert-is-nan": "^0.2.0", | ||
| "@stdlib/math-base-assert-is-nanf": "^0.2.0", | ||
| "@stdlib/math-base-special-pow": "^0.2.0", | ||
| "tape": "git+https://github.com/kgryte/tape.git#fix/globby", | ||
| "istanbul": "^0.4.1", | ||
| "tap-min": "git+https://github.com/Planeshifter/tap-min.git", | ||
| "@stdlib/bench-harness": "^0.2.0", | ||
| "@stdlib/bench": "^0.3.1" | ||
| }, | ||
| "devDependencies": {}, | ||
| "engines": { | ||
@@ -64,0 +41,0 @@ "node": ">=0.10.0", |
+2
-2
@@ -301,4 +301,4 @@ <!-- | ||
| [test-image]: https://github.com/stdlib-js/random-strided-minstd-shuffle/actions/workflows/test.yml/badge.svg?branch=v0.2.0 | ||
| [test-url]: https://github.com/stdlib-js/random-strided-minstd-shuffle/actions/workflows/test.yml?query=branch:v0.2.0 | ||
| [test-image]: https://github.com/stdlib-js/random-strided-minstd-shuffle/actions/workflows/test.yml/badge.svg?branch=v0.2.1 | ||
| [test-url]: https://github.com/stdlib-js/random-strided-minstd-shuffle/actions/workflows/test.yml?query=branch:v0.2.1 | ||
@@ -305,0 +305,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/random-strided-minstd-shuffle/main.svg |
3
-25%0
-100%55425
-1.51%- Removed
- Removed
Updated