@stdlib/random-iter-gamma 0.0.5 → 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.
Files changed (3) hide show
  1. package/NOTICE +1 -1
  2. package/README.md +35 -2
  3. package/package.json +1 -1
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
 
@@ -239,7 +255,7 @@ See [LICENSE][stdlib-license].
239
255
 
240
256
  ## Copyright
241
257
 
242
- Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
258
+ Copyright &copy; 2016-2022. The Stdlib [Authors][stdlib-authors].
243
259
 
244
260
  </section>
245
261
 
@@ -258,9 +274,20 @@ Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
258
274
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/random-iter-gamma/main.svg
259
275
  [coverage-url]: https://codecov.io/github/stdlib-js/random-iter-gamma?branch=main
260
276
 
277
+ <!--
278
+
261
279
  [dependencies-image]: https://img.shields.io/david/stdlib-js/random-iter-gamma.svg
262
280
  [dependencies-url]: https://david-dm.org/stdlib-js/random-iter-gamma/main
263
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
+
264
291
  [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
265
292
  [chat-url]: https://gitter.im/stdlib-js/stdlib/
266
293
 
@@ -274,6 +301,12 @@ Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
274
301
 
275
302
  [@stdlib/array/uint32]: https://www.npmjs.com/package/@stdlib/array-uint32
276
303
 
304
+ <!-- <related-links> -->
305
+
306
+ [@stdlib/random/base/gamma]: https://www.npmjs.com/package/@stdlib/random-base-gamma
307
+
308
+ <!-- </related-links> -->
309
+
277
310
  </section>
278
311
 
279
312
  <!-- /.links -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/random-iter-gamma",
3
- "version": "0.0.5",
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": {