Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8994254

Browse files
Release v0.2.1
1 parent 3c759a8 commit 8994254

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

‎CONTRIBUTORS‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Naresh Jagadeesan <naresh.naresh000@gmail.com>
3232
Nithin Katta <88046362+nithinkatta@users.noreply.github.com>
3333
Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
3434
Philipp Burckhardt <pburckhardt@outlook.com>
35+
Prajwal Kulkarni <prajwalkulkarni76@gmail.com>
3536
Pranav Goswami <goswami.4@iitj.ac.in>
3637
Ricky Reusser <rsreusser@gmail.com>
3738
Robert Gislason <gztown2216@yahoo.com>

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
392392
[npm-image]: http://img.shields.io/npm/v/@stdlib/random-base-minstd.svg
393393
[npm-url]: https://npmjs.org/package/@stdlib/random-base-minstd
394394

395-
[test-image]: https://github.com/stdlib-js/random-base-minstd/actions/workflows/test.yml/badge.svg?branch=main
396-
[test-url]: https://github.com/stdlib-js/random-base-minstd/actions/workflows/test.yml?query=branch:main
395+
[test-image]: https://github.com/stdlib-js/random-base-minstd/actions/workflows/test.yml/badge.svg?branch=v0.2.1
396+
[test-url]: https://github.com/stdlib-js/random-base-minstd/actions/workflows/test.yml?query=branch:v0.2.1
397397

398398
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/random-base-minstd/main.svg
399399
[coverage-url]: https://codecov.io/github/stdlib-js/random-base-minstd?branch=main

‎package.json‎

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/random-base-minstd",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A linear congruential pseudorandom number generator (LCG) based on Park and Miller.",
55
"license": "Apache-2.0",
66
"author": {
@@ -40,34 +40,35 @@
4040
},
4141
"dependencies": {
4242
"@stdlib/array-int32": "^0.2.1",
43-
"@stdlib/array-to-json": "^0.2.0",
43+
"@stdlib/array-to-json": "^0.2.1",
4444
"@stdlib/assert-has-own-property": "^0.2.1",
4545
"@stdlib/assert-is-boolean": "^0.2.1",
46-
"@stdlib/assert-is-collection": "^0.2.0",
46+
"@stdlib/assert-is-collection": "^0.2.1",
4747
"@stdlib/assert-is-int32array": "^0.2.1",
4848
"@stdlib/assert-is-plain-object": "^0.2.1",
49-
"@stdlib/assert-is-positive-integer": "^0.2.0",
49+
"@stdlib/assert-is-positive-integer": "^0.2.1",
5050
"@stdlib/blas-base-gcopy": "^0.2.0",
5151
"@stdlib/constants-int32-max": "^0.2.1",
5252
"@stdlib/math-base-special-floor": "^0.2.1",
53-
"@stdlib/random-base-shared": "github:stdlib-js/random-base-shared#main",
53+
"@stdlib/random-base-shared": "^0.1.0",
5454
"@stdlib/string-format": "^0.2.1",
5555
"@stdlib/types": "^0.3.2",
5656
"@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.2",
5757
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1",
5858
"@stdlib/utils-define-nonenumerable-read-write-accessor": "^0.2.1",
59-
"@stdlib/utils-library-manifest": "^0.2.1"
59+
"@stdlib/utils-library-manifest": "^0.2.1",
60+
"@stdlib/error-tools-fmtprodmsg": "^0.2.1"
6061
},
6162
"devDependencies": {
6263
"@stdlib/math-base-assert-is-nan": "^0.2.1",
6364
"@stdlib/math-base-assert-is-positive-integer": "^0.2.1",
6465
"@stdlib/process-env": "^0.2.1",
65-
"@stdlib/stats-kstest": "^0.2.0",
66+
"@stdlib/stats-kstest": "^0.2.1",
6667
"@stdlib/time-now": "^0.2.1",
6768
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
6869
"istanbul": "^0.4.1",
6970
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
70-
"@stdlib/bench-harness": "^0.2.0"
71+
"@stdlib/bench-harness": "^0.2.1"
7172
},
7273
"engines": {
7374
"node": ">=0.10.0",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /