@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 CHANGED
@@ -1 +1 @@
1
- Copyright (c) 2016-2021 The Stdlib Authors.
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
- > Standard library pseudorandom number generator (PRNG) iterators.
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
- Standard library pseudorandom number generator (PRNG) iterators.
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 &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
163
+ Copyright &copy; 2016-2022. The Stdlib [Authors][stdlib-authors].
150
164
 
151
165
  </section>
152
166
 
@@ -165,9 +179,23 @@ Copyright &copy; 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
- [dependencies-image]: https://img.shields.io/david/stdlib-js/random-iter
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 &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
176
204
 
177
205
  <!-- <toc-links> -->
178
206
 
179
- [@stdlib/random/iter/arcsine]: https://github.com/stdlib-js/random-iter-arcsine
207
+ [@stdlib/random/iter/arcsine]: https://www.npmjs.com/package/@stdlib/random-iter-arcsine
180
208
 
181
- [@stdlib/random/iter/bernoulli]: https://github.com/stdlib-js/random-iter-bernoulli
209
+ [@stdlib/random/iter/bernoulli]: https://www.npmjs.com/package/@stdlib/random-iter-bernoulli
182
210
 
183
- [@stdlib/random/iter/beta]: https://github.com/stdlib-js/random-iter-beta
211
+ [@stdlib/random/iter/beta]: https://www.npmjs.com/package/@stdlib/random-iter-beta
184
212
 
185
- [@stdlib/random/iter/betaprime]: https://github.com/stdlib-js/random-iter-betaprime
213
+ [@stdlib/random/iter/betaprime]: https://www.npmjs.com/package/@stdlib/random-iter-betaprime
186
214
 
187
- [@stdlib/random/iter/binomial]: https://github.com/stdlib-js/random-iter-binomial
215
+ [@stdlib/random/iter/binomial]: https://www.npmjs.com/package/@stdlib/random-iter-binomial
188
216
 
189
- [@stdlib/random/iter/box-muller]: https://github.com/stdlib-js/random-iter-box-muller
217
+ [@stdlib/random/iter/box-muller]: https://www.npmjs.com/package/@stdlib/random-iter-box-muller
190
218
 
191
- [@stdlib/random/iter/cauchy]: https://github.com/stdlib-js/random-iter-cauchy
219
+ [@stdlib/random/iter/cauchy]: https://www.npmjs.com/package/@stdlib/random-iter-cauchy
192
220
 
193
- [@stdlib/random/iter/chi]: https://github.com/stdlib-js/random-iter-chi
221
+ [@stdlib/random/iter/chi]: https://www.npmjs.com/package/@stdlib/random-iter-chi
194
222
 
195
- [@stdlib/random/iter/chisquare]: https://github.com/stdlib-js/random-iter-chisquare
223
+ [@stdlib/random/iter/chisquare]: https://www.npmjs.com/package/@stdlib/random-iter-chisquare
196
224
 
197
- [@stdlib/random/iter/cosine]: https://github.com/stdlib-js/random-iter-cosine
225
+ [@stdlib/random/iter/cosine]: https://www.npmjs.com/package/@stdlib/random-iter-cosine
198
226
 
199
- [@stdlib/random/iter/discrete-uniform]: https://github.com/stdlib-js/random-iter-discrete-uniform
227
+ [@stdlib/random/iter/discrete-uniform]: https://www.npmjs.com/package/@stdlib/random-iter-discrete-uniform
200
228
 
201
- [@stdlib/random/iter/erlang]: https://github.com/stdlib-js/random-iter-erlang
229
+ [@stdlib/random/iter/erlang]: https://www.npmjs.com/package/@stdlib/random-iter-erlang
202
230
 
203
- [@stdlib/random/iter/exponential]: https://github.com/stdlib-js/random-iter-exponential
231
+ [@stdlib/random/iter/exponential]: https://www.npmjs.com/package/@stdlib/random-iter-exponential
204
232
 
205
- [@stdlib/random/iter/f]: https://github.com/stdlib-js/random-iter-f
233
+ [@stdlib/random/iter/f]: https://www.npmjs.com/package/@stdlib/random-iter-f
206
234
 
207
- [@stdlib/random/iter/frechet]: https://github.com/stdlib-js/random-iter-frechet
235
+ [@stdlib/random/iter/frechet]: https://www.npmjs.com/package/@stdlib/random-iter-frechet
208
236
 
209
- [@stdlib/random/iter/gamma]: https://github.com/stdlib-js/random-iter-gamma
237
+ [@stdlib/random/iter/gamma]: https://www.npmjs.com/package/@stdlib/random-iter-gamma
210
238
 
211
- [@stdlib/random/iter/geometric]: https://github.com/stdlib-js/random-iter-geometric
239
+ [@stdlib/random/iter/geometric]: https://www.npmjs.com/package/@stdlib/random-iter-geometric
212
240
 
213
- [@stdlib/random/iter/gumbel]: https://github.com/stdlib-js/random-iter-gumbel
241
+ [@stdlib/random/iter/gumbel]: https://www.npmjs.com/package/@stdlib/random-iter-gumbel
214
242
 
215
- [@stdlib/random/iter/hypergeometric]: https://github.com/stdlib-js/random-iter-hypergeometric
243
+ [@stdlib/random/iter/hypergeometric]: https://www.npmjs.com/package/@stdlib/random-iter-hypergeometric
216
244
 
217
- [@stdlib/random/iter/improved-ziggurat]: https://github.com/stdlib-js/random-iter-improved-ziggurat
245
+ [@stdlib/random/iter/improved-ziggurat]: https://www.npmjs.com/package/@stdlib/random-iter-improved-ziggurat
218
246
 
219
- [@stdlib/random/iter/invgamma]: https://github.com/stdlib-js/random-iter-invgamma
247
+ [@stdlib/random/iter/invgamma]: https://www.npmjs.com/package/@stdlib/random-iter-invgamma
220
248
 
221
- [@stdlib/random/iter/kumaraswamy]: https://github.com/stdlib-js/random-iter-kumaraswamy
249
+ [@stdlib/random/iter/kumaraswamy]: https://www.npmjs.com/package/@stdlib/random-iter-kumaraswamy
222
250
 
223
- [@stdlib/random/iter/laplace]: https://github.com/stdlib-js/random-iter-laplace
251
+ [@stdlib/random/iter/laplace]: https://www.npmjs.com/package/@stdlib/random-iter-laplace
224
252
 
225
- [@stdlib/random/iter/levy]: https://github.com/stdlib-js/random-iter-levy
253
+ [@stdlib/random/iter/levy]: https://www.npmjs.com/package/@stdlib/random-iter-levy
226
254
 
227
- [@stdlib/random/iter/logistic]: https://github.com/stdlib-js/random-iter-logistic
255
+ [@stdlib/random/iter/logistic]: https://www.npmjs.com/package/@stdlib/random-iter-logistic
228
256
 
229
- [@stdlib/random/iter/lognormal]: https://github.com/stdlib-js/random-iter-lognormal
257
+ [@stdlib/random/iter/lognormal]: https://www.npmjs.com/package/@stdlib/random-iter-lognormal
230
258
 
231
- [@stdlib/random/iter/minstd-shuffle]: https://github.com/stdlib-js/random-iter-minstd-shuffle
259
+ [@stdlib/random/iter/minstd-shuffle]: https://www.npmjs.com/package/@stdlib/random-iter-minstd-shuffle
232
260
 
233
- [@stdlib/random/iter/minstd]: https://github.com/stdlib-js/random-iter-minstd
261
+ [@stdlib/random/iter/minstd]: https://www.npmjs.com/package/@stdlib/random-iter-minstd
234
262
 
235
- [@stdlib/random/iter/mt19937]: https://github.com/stdlib-js/random-iter-mt19937
263
+ [@stdlib/random/iter/mt19937]: https://www.npmjs.com/package/@stdlib/random-iter-mt19937
236
264
 
237
- [@stdlib/random/iter/negative-binomial]: https://github.com/stdlib-js/random-iter-negative-binomial
265
+ [@stdlib/random/iter/negative-binomial]: https://www.npmjs.com/package/@stdlib/random-iter-negative-binomial
238
266
 
239
- [@stdlib/random/iter/normal]: https://github.com/stdlib-js/random-iter-normal
267
+ [@stdlib/random/iter/normal]: https://www.npmjs.com/package/@stdlib/random-iter-normal
240
268
 
241
- [@stdlib/random/iter/pareto-type1]: https://github.com/stdlib-js/random-iter-pareto-type1
269
+ [@stdlib/random/iter/pareto-type1]: https://www.npmjs.com/package/@stdlib/random-iter-pareto-type1
242
270
 
243
- [@stdlib/random/iter/poisson]: https://github.com/stdlib-js/random-iter-poisson
271
+ [@stdlib/random/iter/poisson]: https://www.npmjs.com/package/@stdlib/random-iter-poisson
244
272
 
245
- [@stdlib/random/iter/randi]: https://github.com/stdlib-js/random-iter-randi
273
+ [@stdlib/random/iter/randi]: https://www.npmjs.com/package/@stdlib/random-iter-randi
246
274
 
247
- [@stdlib/random/iter/randn]: https://github.com/stdlib-js/random-iter-randn
275
+ [@stdlib/random/iter/randn]: https://www.npmjs.com/package/@stdlib/random-iter-randn
248
276
 
249
- [@stdlib/random/iter/randu]: https://github.com/stdlib-js/random-iter-randu
277
+ [@stdlib/random/iter/randu]: https://www.npmjs.com/package/@stdlib/random-iter-randu
250
278
 
251
- [@stdlib/random/iter/rayleigh]: https://github.com/stdlib-js/random-iter-rayleigh
279
+ [@stdlib/random/iter/rayleigh]: https://www.npmjs.com/package/@stdlib/random-iter-rayleigh
252
280
 
253
- [@stdlib/random/iter/t]: https://github.com/stdlib-js/random-iter-t
281
+ [@stdlib/random/iter/t]: https://www.npmjs.com/package/@stdlib/random-iter-t
254
282
 
255
- [@stdlib/random/iter/triangular]: https://github.com/stdlib-js/random-iter-triangular
283
+ [@stdlib/random/iter/triangular]: https://www.npmjs.com/package/@stdlib/random-iter-triangular
256
284
 
257
- [@stdlib/random/iter/uniform]: https://github.com/stdlib-js/random-iter-uniform
285
+ [@stdlib/random/iter/uniform]: https://www.npmjs.com/package/@stdlib/random-iter-uniform
258
286
 
259
- [@stdlib/random/iter/weibull]: https://github.com/stdlib-js/random-iter-weibull
287
+ [@stdlib/random/iter/weibull]: https://www.npmjs.com/package/@stdlib/random-iter-weibull
260
288
 
261
289
  <!-- </toc-links> -->
262
290
 
@@ -1209,7 +1209,7 @@ interface Namespace {
1209
1209
  }
1210
1210
 
1211
1211
  /**
1212
- * Standard library pseudorandom number generator iterators.
1212
+ * Pseudorandom number generator iterators.
1213
1213
  */
1214
1214
  declare var ns: Namespace;
1215
1215
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stdlib/random-iter",
3
- "version": "0.0.2",
4
- "description": "Standard library pseudorandom number generator iterators.",
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://github.com/stdlib-js/stdlib",
30
+ "homepage": "https://stdlib.io",
30
31
  "repository": {
31
32
  "type": "git",
32
33
  "url": "git://github.com/stdlib-js/random-iter.git"
package/CHANGELOG.md DELETED
@@ -1,5 +0,0 @@
1
- # CHANGELOG
2
-
3
- > Package changelog.
4
-
5
- See [GitHub Releases](https://github.com/stdlib-js/random-iter/releases) for the changelog.