@stdlib/random-base-laplace 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
  # Laplace 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
  > [Laplace (double exponential)][laplace] distributed pseudorandom numbers.
26
26
 
@@ -409,6 +409,16 @@ for ( i = 0; i < 100; i++ ) {
409
409
 
410
410
  <!-- /.examples -->
411
411
 
412
+ <!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
413
+
414
+ <section class="related">
415
+
416
+ </section>
417
+
418
+ <!-- /.related -->
419
+
420
+ <!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
421
+
412
422
 
413
423
  <section class="main-repo" >
414
424
 
@@ -420,6 +430,10 @@ This package is part of [stdlib][stdlib], a standard library for JavaScript and
420
430
 
421
431
  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].
422
432
 
433
+ #### Community
434
+
435
+ [![Chat][chat-image]][chat-url]
436
+
423
437
  ---
424
438
 
425
439
  ## License
@@ -429,7 +443,7 @@ See [LICENSE][stdlib-license].
429
443
 
430
444
  ## Copyright
431
445
 
432
- Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
446
+ Copyright &copy; 2016-2022. The Stdlib [Authors][stdlib-authors].
433
447
 
434
448
  </section>
435
449
 
@@ -448,9 +462,23 @@ Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
448
462
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/random-base-laplace/main.svg
449
463
  [coverage-url]: https://codecov.io/github/stdlib-js/random-base-laplace?branch=main
450
464
 
451
- [dependencies-image]: https://img.shields.io/david/stdlib-js/random-base-laplace
465
+ <!--
466
+
467
+ [dependencies-image]: https://img.shields.io/david/stdlib-js/random-base-laplace.svg
452
468
  [dependencies-url]: https://david-dm.org/stdlib-js/random-base-laplace/main
453
469
 
470
+ -->
471
+
472
+ [umd]: https://github.com/umdjs/umd
473
+ [es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
474
+
475
+ [deno-url]: https://github.com/stdlib-js/random-base-laplace/tree/deno
476
+ [umd-url]: https://github.com/stdlib-js/random-base-laplace/tree/umd
477
+ [esm-url]: https://github.com/stdlib-js/random-base-laplace/tree/esm
478
+
479
+ [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
480
+ [chat-url]: https://gitter.im/stdlib-js/stdlib/
481
+
454
482
  [stdlib]: https://github.com/stdlib-js/stdlib
455
483
 
456
484
  [stdlib-authors]: https://github.com/stdlib-js/stdlib/graphs/contributors
@@ -459,7 +487,7 @@ Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
459
487
 
460
488
  [laplace]: https://en.wikipedia.org/wiki/Laplace_distribution
461
489
 
462
- [@stdlib/array/uint32]: https://github.com/stdlib-js/array-uint32
490
+ [@stdlib/array/uint32]: https://www.npmjs.com/package/@stdlib/array-uint32
463
491
 
464
492
  </section>
465
493
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/random-base-laplace",
3
- "version": "0.0.2",
3
+ "version": "0.0.6",
4
4
  "description": "Laplace (double exponential) distributed pseudorandom numbers.",
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-base-laplace.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-base-laplace/releases) for the changelog.