@stdlib/random-iter 0.0.2 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE +1 -1
- package/README.md +74 -46
- package/docs/types/index.d.ts +1 -1
- package/package.json +4 -3
- package/CHANGELOG.md +0 -5
package/NOTICE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Copyright (c) 2016-
|
|
1
|
+
Copyright (c) 2016-2022 The Stdlib Authors.
|
package/README.md
CHANGED
|
@@ -20,9 +20,9 @@ limitations under the License.
|
|
|
20
20
|
|
|
21
21
|
# Pseudorandom Number Generator Iterators
|
|
22
22
|
|
|
23
|
-
[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] [![dependencies][dependencies-image]][dependencies-url]
|
|
23
|
+
[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] -->
|
|
24
24
|
|
|
25
|
-
>
|
|
25
|
+
> Pseudorandom number generator (PRNG) iterators.
|
|
26
26
|
|
|
27
27
|
<section class="installation">
|
|
28
28
|
|
|
@@ -44,7 +44,7 @@ var ns = require( '@stdlib/random-iter' );
|
|
|
44
44
|
|
|
45
45
|
#### ns
|
|
46
46
|
|
|
47
|
-
|
|
47
|
+
Namespace containing pseudorandom number generator (PRNG) iterators.
|
|
48
48
|
|
|
49
49
|
```javascript
|
|
50
50
|
var iterators = ns;
|
|
@@ -126,6 +126,16 @@ console.log( objectKeys( ns ) );
|
|
|
126
126
|
|
|
127
127
|
<!-- /.examples -->
|
|
128
128
|
|
|
129
|
+
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
|
|
130
|
+
|
|
131
|
+
<section class="related">
|
|
132
|
+
|
|
133
|
+
</section>
|
|
134
|
+
|
|
135
|
+
<!-- /.related -->
|
|
136
|
+
|
|
137
|
+
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
|
|
138
|
+
|
|
129
139
|
|
|
130
140
|
<section class="main-repo" >
|
|
131
141
|
|
|
@@ -137,6 +147,10 @@ This package is part of [stdlib][stdlib], a standard library for JavaScript and
|
|
|
137
147
|
|
|
138
148
|
For more information on the project, filing bug reports and feature requests, and guidance on how to develop [stdlib][stdlib], see the main project [repository][stdlib].
|
|
139
149
|
|
|
150
|
+
#### Community
|
|
151
|
+
|
|
152
|
+
[![Chat][chat-image]][chat-url]
|
|
153
|
+
|
|
140
154
|
---
|
|
141
155
|
|
|
142
156
|
## License
|
|
@@ -146,7 +160,7 @@ See [LICENSE][stdlib-license].
|
|
|
146
160
|
|
|
147
161
|
## Copyright
|
|
148
162
|
|
|
149
|
-
Copyright © 2016-
|
|
163
|
+
Copyright © 2016-2022. The Stdlib [Authors][stdlib-authors].
|
|
150
164
|
|
|
151
165
|
</section>
|
|
152
166
|
|
|
@@ -165,9 +179,23 @@ Copyright © 2016-2021. The Stdlib [Authors][stdlib-authors].
|
|
|
165
179
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/random-iter/main.svg
|
|
166
180
|
[coverage-url]: https://codecov.io/github/stdlib-js/random-iter?branch=main
|
|
167
181
|
|
|
168
|
-
|
|
182
|
+
<!--
|
|
183
|
+
|
|
184
|
+
[dependencies-image]: https://img.shields.io/david/stdlib-js/random-iter.svg
|
|
169
185
|
[dependencies-url]: https://david-dm.org/stdlib-js/random-iter/main
|
|
170
186
|
|
|
187
|
+
-->
|
|
188
|
+
|
|
189
|
+
[umd]: https://github.com/umdjs/umd
|
|
190
|
+
[es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
|
|
191
|
+
|
|
192
|
+
[deno-url]: https://github.com/stdlib-js/random-iter/tree/deno
|
|
193
|
+
[umd-url]: https://github.com/stdlib-js/random-iter/tree/umd
|
|
194
|
+
[esm-url]: https://github.com/stdlib-js/random-iter/tree/esm
|
|
195
|
+
|
|
196
|
+
[chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
|
|
197
|
+
[chat-url]: https://gitter.im/stdlib-js/stdlib/
|
|
198
|
+
|
|
171
199
|
[stdlib]: https://github.com/stdlib-js/stdlib
|
|
172
200
|
|
|
173
201
|
[stdlib-authors]: https://github.com/stdlib-js/stdlib/graphs/contributors
|
|
@@ -176,87 +204,87 @@ Copyright © 2016-2021. The Stdlib [Authors][stdlib-authors].
|
|
|
176
204
|
|
|
177
205
|
<!-- <toc-links> -->
|
|
178
206
|
|
|
179
|
-
[@stdlib/random/iter/arcsine]: https://
|
|
207
|
+
[@stdlib/random/iter/arcsine]: https://www.npmjs.com/package/@stdlib/random-iter-arcsine
|
|
180
208
|
|
|
181
|
-
[@stdlib/random/iter/bernoulli]: https://
|
|
209
|
+
[@stdlib/random/iter/bernoulli]: https://www.npmjs.com/package/@stdlib/random-iter-bernoulli
|
|
182
210
|
|
|
183
|
-
[@stdlib/random/iter/beta]: https://
|
|
211
|
+
[@stdlib/random/iter/beta]: https://www.npmjs.com/package/@stdlib/random-iter-beta
|
|
184
212
|
|
|
185
|
-
[@stdlib/random/iter/betaprime]: https://
|
|
213
|
+
[@stdlib/random/iter/betaprime]: https://www.npmjs.com/package/@stdlib/random-iter-betaprime
|
|
186
214
|
|
|
187
|
-
[@stdlib/random/iter/binomial]: https://
|
|
215
|
+
[@stdlib/random/iter/binomial]: https://www.npmjs.com/package/@stdlib/random-iter-binomial
|
|
188
216
|
|
|
189
|
-
[@stdlib/random/iter/box-muller]: https://
|
|
217
|
+
[@stdlib/random/iter/box-muller]: https://www.npmjs.com/package/@stdlib/random-iter-box-muller
|
|
190
218
|
|
|
191
|
-
[@stdlib/random/iter/cauchy]: https://
|
|
219
|
+
[@stdlib/random/iter/cauchy]: https://www.npmjs.com/package/@stdlib/random-iter-cauchy
|
|
192
220
|
|
|
193
|
-
[@stdlib/random/iter/chi]: https://
|
|
221
|
+
[@stdlib/random/iter/chi]: https://www.npmjs.com/package/@stdlib/random-iter-chi
|
|
194
222
|
|
|
195
|
-
[@stdlib/random/iter/chisquare]: https://
|
|
223
|
+
[@stdlib/random/iter/chisquare]: https://www.npmjs.com/package/@stdlib/random-iter-chisquare
|
|
196
224
|
|
|
197
|
-
[@stdlib/random/iter/cosine]: https://
|
|
225
|
+
[@stdlib/random/iter/cosine]: https://www.npmjs.com/package/@stdlib/random-iter-cosine
|
|
198
226
|
|
|
199
|
-
[@stdlib/random/iter/discrete-uniform]: https://
|
|
227
|
+
[@stdlib/random/iter/discrete-uniform]: https://www.npmjs.com/package/@stdlib/random-iter-discrete-uniform
|
|
200
228
|
|
|
201
|
-
[@stdlib/random/iter/erlang]: https://
|
|
229
|
+
[@stdlib/random/iter/erlang]: https://www.npmjs.com/package/@stdlib/random-iter-erlang
|
|
202
230
|
|
|
203
|
-
[@stdlib/random/iter/exponential]: https://
|
|
231
|
+
[@stdlib/random/iter/exponential]: https://www.npmjs.com/package/@stdlib/random-iter-exponential
|
|
204
232
|
|
|
205
|
-
[@stdlib/random/iter/f]: https://
|
|
233
|
+
[@stdlib/random/iter/f]: https://www.npmjs.com/package/@stdlib/random-iter-f
|
|
206
234
|
|
|
207
|
-
[@stdlib/random/iter/frechet]: https://
|
|
235
|
+
[@stdlib/random/iter/frechet]: https://www.npmjs.com/package/@stdlib/random-iter-frechet
|
|
208
236
|
|
|
209
|
-
[@stdlib/random/iter/gamma]: https://
|
|
237
|
+
[@stdlib/random/iter/gamma]: https://www.npmjs.com/package/@stdlib/random-iter-gamma
|
|
210
238
|
|
|
211
|
-
[@stdlib/random/iter/geometric]: https://
|
|
239
|
+
[@stdlib/random/iter/geometric]: https://www.npmjs.com/package/@stdlib/random-iter-geometric
|
|
212
240
|
|
|
213
|
-
[@stdlib/random/iter/gumbel]: https://
|
|
241
|
+
[@stdlib/random/iter/gumbel]: https://www.npmjs.com/package/@stdlib/random-iter-gumbel
|
|
214
242
|
|
|
215
|
-
[@stdlib/random/iter/hypergeometric]: https://
|
|
243
|
+
[@stdlib/random/iter/hypergeometric]: https://www.npmjs.com/package/@stdlib/random-iter-hypergeometric
|
|
216
244
|
|
|
217
|
-
[@stdlib/random/iter/improved-ziggurat]: https://
|
|
245
|
+
[@stdlib/random/iter/improved-ziggurat]: https://www.npmjs.com/package/@stdlib/random-iter-improved-ziggurat
|
|
218
246
|
|
|
219
|
-
[@stdlib/random/iter/invgamma]: https://
|
|
247
|
+
[@stdlib/random/iter/invgamma]: https://www.npmjs.com/package/@stdlib/random-iter-invgamma
|
|
220
248
|
|
|
221
|
-
[@stdlib/random/iter/kumaraswamy]: https://
|
|
249
|
+
[@stdlib/random/iter/kumaraswamy]: https://www.npmjs.com/package/@stdlib/random-iter-kumaraswamy
|
|
222
250
|
|
|
223
|
-
[@stdlib/random/iter/laplace]: https://
|
|
251
|
+
[@stdlib/random/iter/laplace]: https://www.npmjs.com/package/@stdlib/random-iter-laplace
|
|
224
252
|
|
|
225
|
-
[@stdlib/random/iter/levy]: https://
|
|
253
|
+
[@stdlib/random/iter/levy]: https://www.npmjs.com/package/@stdlib/random-iter-levy
|
|
226
254
|
|
|
227
|
-
[@stdlib/random/iter/logistic]: https://
|
|
255
|
+
[@stdlib/random/iter/logistic]: https://www.npmjs.com/package/@stdlib/random-iter-logistic
|
|
228
256
|
|
|
229
|
-
[@stdlib/random/iter/lognormal]: https://
|
|
257
|
+
[@stdlib/random/iter/lognormal]: https://www.npmjs.com/package/@stdlib/random-iter-lognormal
|
|
230
258
|
|
|
231
|
-
[@stdlib/random/iter/minstd-shuffle]: https://
|
|
259
|
+
[@stdlib/random/iter/minstd-shuffle]: https://www.npmjs.com/package/@stdlib/random-iter-minstd-shuffle
|
|
232
260
|
|
|
233
|
-
[@stdlib/random/iter/minstd]: https://
|
|
261
|
+
[@stdlib/random/iter/minstd]: https://www.npmjs.com/package/@stdlib/random-iter-minstd
|
|
234
262
|
|
|
235
|
-
[@stdlib/random/iter/mt19937]: https://
|
|
263
|
+
[@stdlib/random/iter/mt19937]: https://www.npmjs.com/package/@stdlib/random-iter-mt19937
|
|
236
264
|
|
|
237
|
-
[@stdlib/random/iter/negative-binomial]: https://
|
|
265
|
+
[@stdlib/random/iter/negative-binomial]: https://www.npmjs.com/package/@stdlib/random-iter-negative-binomial
|
|
238
266
|
|
|
239
|
-
[@stdlib/random/iter/normal]: https://
|
|
267
|
+
[@stdlib/random/iter/normal]: https://www.npmjs.com/package/@stdlib/random-iter-normal
|
|
240
268
|
|
|
241
|
-
[@stdlib/random/iter/pareto-type1]: https://
|
|
269
|
+
[@stdlib/random/iter/pareto-type1]: https://www.npmjs.com/package/@stdlib/random-iter-pareto-type1
|
|
242
270
|
|
|
243
|
-
[@stdlib/random/iter/poisson]: https://
|
|
271
|
+
[@stdlib/random/iter/poisson]: https://www.npmjs.com/package/@stdlib/random-iter-poisson
|
|
244
272
|
|
|
245
|
-
[@stdlib/random/iter/randi]: https://
|
|
273
|
+
[@stdlib/random/iter/randi]: https://www.npmjs.com/package/@stdlib/random-iter-randi
|
|
246
274
|
|
|
247
|
-
[@stdlib/random/iter/randn]: https://
|
|
275
|
+
[@stdlib/random/iter/randn]: https://www.npmjs.com/package/@stdlib/random-iter-randn
|
|
248
276
|
|
|
249
|
-
[@stdlib/random/iter/randu]: https://
|
|
277
|
+
[@stdlib/random/iter/randu]: https://www.npmjs.com/package/@stdlib/random-iter-randu
|
|
250
278
|
|
|
251
|
-
[@stdlib/random/iter/rayleigh]: https://
|
|
279
|
+
[@stdlib/random/iter/rayleigh]: https://www.npmjs.com/package/@stdlib/random-iter-rayleigh
|
|
252
280
|
|
|
253
|
-
[@stdlib/random/iter/t]: https://
|
|
281
|
+
[@stdlib/random/iter/t]: https://www.npmjs.com/package/@stdlib/random-iter-t
|
|
254
282
|
|
|
255
|
-
[@stdlib/random/iter/triangular]: https://
|
|
283
|
+
[@stdlib/random/iter/triangular]: https://www.npmjs.com/package/@stdlib/random-iter-triangular
|
|
256
284
|
|
|
257
|
-
[@stdlib/random/iter/uniform]: https://
|
|
285
|
+
[@stdlib/random/iter/uniform]: https://www.npmjs.com/package/@stdlib/random-iter-uniform
|
|
258
286
|
|
|
259
|
-
[@stdlib/random/iter/weibull]: https://
|
|
287
|
+
[@stdlib/random/iter/weibull]: https://www.npmjs.com/package/@stdlib/random-iter-weibull
|
|
260
288
|
|
|
261
289
|
<!-- </toc-links> -->
|
|
262
290
|
|
package/docs/types/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/random-iter",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.0.6",
|
|
4
|
+
"description": "Pseudorandom number generator iterators.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "The Stdlib Authors",
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
],
|
|
16
16
|
"main": "./lib",
|
|
17
17
|
"directories": {
|
|
18
|
+
"doc": "./docs",
|
|
18
19
|
"example": "./examples",
|
|
19
20
|
"lib": "./lib",
|
|
20
21
|
"test": "./test"
|
|
@@ -26,7 +27,7 @@
|
|
|
26
27
|
"examples": "make examples",
|
|
27
28
|
"benchmark": "make benchmark"
|
|
28
29
|
},
|
|
29
|
-
"homepage": "https://
|
|
30
|
+
"homepage": "https://stdlib.io",
|
|
30
31
|
"repository": {
|
|
31
32
|
"type": "git",
|
|
32
33
|
"url": "git://github.com/stdlib-js/random-iter.git"
|