@stdlib/random-iter-improved-ziggurat 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
  # Standard Normal 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 [standard normal][normal] distribution using the [Improved Ziggurat][ziggurat-algorithm] algorithm.
26
26
 
@@ -217,6 +217,22 @@ while ( true ) {
217
217
 
218
218
  <!-- /.references -->
219
219
 
220
+ <!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
221
+
222
+ <section class="related">
223
+
224
+ * * *
225
+
226
+ ## See Also
227
+
228
+ - <span class="package-name">[`@stdlib/random/base/improved-ziggurat`][@stdlib/random/base/improved-ziggurat]</span><span class="delimiter">: </span><span class="description">normally distributed pseudorandom numbers using the improved Ziggurat method.</span>
229
+
230
+ </section>
231
+
232
+ <!-- /.related -->
233
+
234
+ <!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
235
+
220
236
 
221
237
  <section class="main-repo" >
222
238
 
@@ -228,6 +244,10 @@ This package is part of [stdlib][stdlib], a standard library for JavaScript and
228
244
 
229
245
  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].
230
246
 
247
+ #### Community
248
+
249
+ [![Chat][chat-image]][chat-url]
250
+
231
251
  ---
232
252
 
233
253
  ## License
@@ -237,7 +257,7 @@ See [LICENSE][stdlib-license].
237
257
 
238
258
  ## Copyright
239
259
 
240
- Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
260
+ Copyright &copy; 2016-2022. The Stdlib [Authors][stdlib-authors].
241
261
 
242
262
  </section>
243
263
 
@@ -256,9 +276,23 @@ Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
256
276
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/random-iter-improved-ziggurat/main.svg
257
277
  [coverage-url]: https://codecov.io/github/stdlib-js/random-iter-improved-ziggurat?branch=main
258
278
 
259
- [dependencies-image]: https://img.shields.io/david/stdlib-js/random-iter-improved-ziggurat
279
+ <!--
280
+
281
+ [dependencies-image]: https://img.shields.io/david/stdlib-js/random-iter-improved-ziggurat.svg
260
282
  [dependencies-url]: https://david-dm.org/stdlib-js/random-iter-improved-ziggurat/main
261
283
 
284
+ -->
285
+
286
+ [umd]: https://github.com/umdjs/umd
287
+ [es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
288
+
289
+ [deno-url]: https://github.com/stdlib-js/random-iter-improved-ziggurat/tree/deno
290
+ [umd-url]: https://github.com/stdlib-js/random-iter-improved-ziggurat/tree/umd
291
+ [esm-url]: https://github.com/stdlib-js/random-iter-improved-ziggurat/tree/esm
292
+
293
+ [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
294
+ [chat-url]: https://gitter.im/stdlib-js/stdlib/
295
+
262
296
  [stdlib]: https://github.com/stdlib-js/stdlib
263
297
 
264
298
  [stdlib-authors]: https://github.com/stdlib-js/stdlib/graphs/contributors
@@ -273,9 +307,15 @@ Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
273
307
 
274
308
  [@marsaglia:2000b]: http://dx.doi.org/10.18637/jss.v005.i08
275
309
 
276
- [@marsaglia:1964b]: http://dx.doi.org/10.1080/00401706.1964.10490150
310
+ [@marsaglia:1964b]: https://doi.org/10.1080/00401706.1964.10490150
311
+
312
+ [@stdlib/array/uint32]: https://www.npmjs.com/package/@stdlib/array-uint32
313
+
314
+ <!-- <related-links> -->
315
+
316
+ [@stdlib/random/base/improved-ziggurat]: https://www.npmjs.com/package/@stdlib/random-base-improved-ziggurat
277
317
 
278
- [@stdlib/array/uint32]: https://github.com/stdlib-js/array-uint32
318
+ <!-- </related-links> -->
279
319
 
280
320
  </section>
281
321
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/random-iter-improved-ziggurat",
3
- "version": "0.0.2",
3
+ "version": "0.0.6",
4
4
  "description": "Create an iterator for generating pseudorandom numbers drawn from a standard normal distribution using the Improved Ziggurat algorithm.",
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-improved-ziggurat.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-improved-ziggurat/releases) for the changelog.