@stdlib/random-iter-gamma 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,7 +20,7 @@ limitations under the License.
20
20
 
21
21
  # Gamma Random Numbers
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
  > Create an iterator for generating pseudorandom numbers drawn from a [gamma][gamma] distribution.
26
26
 
@@ -215,6 +215,22 @@ while ( true ) {
215
215
 
216
216
  <!-- /.examples -->
217
217
 
218
+ <!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
219
+
220
+ <section class="related">
221
+
222
+ * * *
223
+
224
+ ## See Also
225
+
226
+ - <span class="package-name">[`@stdlib/random/base/gamma`][@stdlib/random/base/gamma]</span><span class="delimiter">: </span><span class="description">gamma distributed pseudorandom numbers.</span>
227
+
228
+ </section>
229
+
230
+ <!-- /.related -->
231
+
232
+ <!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
233
+
218
234
 
219
235
  <section class="main-repo" >
220
236
 
@@ -226,6 +242,10 @@ This package is part of [stdlib][stdlib], a standard library for JavaScript and
226
242
 
227
243
  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].
228
244
 
245
+ #### Community
246
+
247
+ [![Chat][chat-image]][chat-url]
248
+
229
249
  ---
230
250
 
231
251
  ## License
@@ -235,7 +255,7 @@ See [LICENSE][stdlib-license].
235
255
 
236
256
  ## Copyright
237
257
 
238
- Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
258
+ Copyright &copy; 2016-2022. The Stdlib [Authors][stdlib-authors].
239
259
 
240
260
  </section>
241
261
 
@@ -254,9 +274,23 @@ Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
254
274
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/random-iter-gamma/main.svg
255
275
  [coverage-url]: https://codecov.io/github/stdlib-js/random-iter-gamma?branch=main
256
276
 
257
- [dependencies-image]: https://img.shields.io/david/stdlib-js/random-iter-gamma
277
+ <!--
278
+
279
+ [dependencies-image]: https://img.shields.io/david/stdlib-js/random-iter-gamma.svg
258
280
  [dependencies-url]: https://david-dm.org/stdlib-js/random-iter-gamma/main
259
281
 
282
+ -->
283
+
284
+ [umd]: https://github.com/umdjs/umd
285
+ [es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
286
+
287
+ [deno-url]: https://github.com/stdlib-js/random-iter-gamma/tree/deno
288
+ [umd-url]: https://github.com/stdlib-js/random-iter-gamma/tree/umd
289
+ [esm-url]: https://github.com/stdlib-js/random-iter-gamma/tree/esm
290
+
291
+ [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
292
+ [chat-url]: https://gitter.im/stdlib-js/stdlib/
293
+
260
294
  [stdlib]: https://github.com/stdlib-js/stdlib
261
295
 
262
296
  [stdlib-authors]: https://github.com/stdlib-js/stdlib/graphs/contributors
@@ -265,7 +299,13 @@ Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
265
299
 
266
300
  [gamma]: https://en.wikipedia.org/wiki/Gamma_distribution
267
301
 
268
- [@stdlib/array/uint32]: https://github.com/stdlib-js/array-uint32
302
+ [@stdlib/array/uint32]: https://www.npmjs.com/package/@stdlib/array-uint32
303
+
304
+ <!-- <related-links> -->
305
+
306
+ [@stdlib/random/base/gamma]: https://www.npmjs.com/package/@stdlib/random-base-gamma
307
+
308
+ <!-- </related-links> -->
269
309
 
270
310
  </section>
271
311
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/random-iter-gamma",
3
- "version": "0.0.2",
3
+ "version": "0.0.6",
4
4
  "description": "Create an iterator for generating pseudorandom numbers drawn from a gamma distribution.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -28,7 +28,7 @@
28
28
  "examples": "make examples",
29
29
  "benchmark": "make benchmark"
30
30
  },
31
- "homepage": "https://github.com/stdlib-js/stdlib",
31
+ "homepage": "https://stdlib.io",
32
32
  "repository": {
33
33
  "type": "git",
34
34
  "url": "git://github.com/stdlib-js/random-iter-gamma.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-gamma/releases) for the changelog.