Skip to content

Commit 21b0508

Browse files
authored
docs: update related packages sections
PR-URL: #12306 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 54d3d68 commit 21b0508

6 files changed

Lines changed: 38 additions & 0 deletions

File tree

lib/node_modules/@stdlib/random/array/negative-binomial/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ logEach( '%f', x4 );
358358

359359
## See Also
360360

361+
- <span class="package-name">[`@stdlib/random/negative-binomial`][@stdlib/random/negative-binomial]</span><span class="delimiter">: </span><span class="description">generate pseudorandom numbers drawn from a negative binomial distribution.</span>
361362
- <span class="package-name">[`@stdlib/random/array/binomial`][@stdlib/random/array/binomial]</span><span class="delimiter">: </span><span class="description">create an array containing pseudorandom numbers drawn from a binomial distribution.</span>
362363
- <span class="package-name">[`@stdlib/random/base/negative-binomial`][@stdlib/random/base/negative-binomial]</span><span class="delimiter">: </span><span class="description">negative binomial distributed pseudorandom numbers.</span>
363364

@@ -379,6 +380,8 @@ logEach( '%f', x4 );
379380

380381
<!-- <related-links> -->
381382

383+
[@stdlib/random/negative-binomial]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/negative-binomial
384+
382385
[@stdlib/random/array/binomial]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/binomial
383386

384387
<!-- </related-links> -->

lib/node_modules/@stdlib/random/base/erlang/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,7 @@ for ( i = 0; i < 100; i++ ) {
420420
- <span class="package-name">[`@stdlib/random/array/erlang`][@stdlib/random/array/erlang]</span><span class="delimiter">: </span><span class="description">create an array containing pseudorandom numbers drawn from an Erlang distribution.</span>
421421
- <span class="package-name">[`@stdlib/random/iter/erlang`][@stdlib/random/iter/erlang]</span><span class="delimiter">: </span><span class="description">create an iterator for generating pseudorandom numbers drawn from an Erlang distribution.</span>
422422
- <span class="package-name">[`@stdlib/random/streams/erlang`][@stdlib/random/streams/erlang]</span><span class="delimiter">: </span><span class="description">create a readable stream for generating pseudorandom numbers drawn from an Erlang distribution.</span>
423+
- <span class="package-name">[`@stdlib/random/erlang`][@stdlib/random/erlang]</span><span class="delimiter">: </span><span class="description">generate pseudorandom numbers drawn from an Erlang distribution.</span>
423424

424425
</section>
425426

@@ -441,6 +442,8 @@ for ( i = 0; i < 100; i++ ) {
441442

442443
[@stdlib/random/streams/erlang]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/streams/erlang
443444

445+
[@stdlib/random/erlang]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/erlang
446+
444447
<!-- </related-links> -->
445448

446449
</section>

lib/node_modules/@stdlib/random/base/lognormal/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ for ( i = 0; i < 100; i++ ) {
408408
- <span class="package-name">[`@stdlib/random/array/lognormal`][@stdlib/random/array/lognormal]</span><span class="delimiter">: </span><span class="description">create an array containing pseudorandom numbers drawn from a lognormal distribution.</span>
409409
- <span class="package-name">[`@stdlib/random/iter/lognormal`][@stdlib/random/iter/lognormal]</span><span class="delimiter">: </span><span class="description">create an iterator for generating pseudorandom numbers drawn from a lognormal distribution.</span>
410410
- <span class="package-name">[`@stdlib/random/streams/lognormal`][@stdlib/random/streams/lognormal]</span><span class="delimiter">: </span><span class="description">create a readable stream for generating pseudorandom numbers drawn from a lognormal distribution.</span>
411+
- <span class="package-name">[`@stdlib/random/lognormal`][@stdlib/random/lognormal]</span><span class="delimiter">: </span><span class="description">generate pseudorandom numbers drawn from a lognormal distribution.</span>
411412

412413
</section>
413414

@@ -429,6 +430,8 @@ for ( i = 0; i < 100; i++ ) {
429430

430431
[@stdlib/random/streams/lognormal]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/streams/lognormal
431432

433+
[@stdlib/random/lognormal]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/lognormal
434+
432435
<!-- </related-links> -->
433436

434437
</section>

lib/node_modules/@stdlib/random/base/weibull/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@ for ( i = 0; i < 100; i++ ) {
415415
- <span class="package-name">[`@stdlib/random/array/weibull`][@stdlib/random/array/weibull]</span><span class="delimiter">: </span><span class="description">create an array containing pseudorandom numbers drawn from a Weibull distribution.</span>
416416
- <span class="package-name">[`@stdlib/random/iter/weibull`][@stdlib/random/iter/weibull]</span><span class="delimiter">: </span><span class="description">create an iterator for generating pseudorandom numbers drawn from a Weibull distribution.</span>
417417
- <span class="package-name">[`@stdlib/random/streams/weibull`][@stdlib/random/streams/weibull]</span><span class="delimiter">: </span><span class="description">create a readable stream for generating pseudorandom numbers drawn from a Weibull distribution.</span>
418+
- <span class="package-name">[`@stdlib/random/weibull`][@stdlib/random/weibull]</span><span class="delimiter">: </span><span class="description">generate pseudorandom numbers drawn from a Weibull distribution.</span>
418419

419420
</section>
420421

@@ -436,6 +437,8 @@ for ( i = 0; i < 100; i++ ) {
436437

437438
[@stdlib/random/streams/weibull]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/streams/weibull
438439

440+
[@stdlib/random/weibull]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/weibull
441+
439442
<!-- </related-links> -->
440443

441444
</section>

lib/node_modules/@stdlib/random/laplace/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,13 @@ logEach( '%f, %f, %f', arr[ 0 ], arr[ 1 ], arr[ 2 ] );
363363

364364
<section class="related">
365365

366+
* * *
367+
368+
## See Also
369+
370+
- <span class="package-name">[`@stdlib/random/base/laplace`][@stdlib/random/base/laplace]</span><span class="delimiter">: </span><span class="description">Laplace (double exponential) distributed pseudorandom numbers.</span>
371+
- <span class="package-name">[`@stdlib/random/array/laplace`][@stdlib/random/array/laplace]</span><span class="delimiter">: </span><span class="description">create an array containing pseudorandom numbers drawn from a Laplace (double exponential) distribution.</span>
372+
366373
</section>
367374

368375
<!-- /.related -->
@@ -383,6 +390,12 @@ logEach( '%f, %f, %f', arr[ 0 ], arr[ 1 ], arr[ 2 ] );
383390

384391
[@stdlib/ndarray/base/broadcast-shapes]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/base/broadcast-shapes
385392

393+
<!-- <related-links> -->
394+
395+
[@stdlib/random/array/laplace]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/laplace
396+
397+
<!-- </related-links> -->
398+
386399
</section>
387400

388401
<!-- /.links -->

lib/node_modules/@stdlib/random/pareto-type1/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,13 @@ logEach( '%f, %f, %f', arr[ 0 ], arr[ 1 ], arr[ 2 ] );
363363

364364
<section class="related">
365365

366+
* * *
367+
368+
## See Also
369+
370+
- <span class="package-name">[`@stdlib/random/base/pareto-type1`][@stdlib/random/base/pareto-type1]</span><span class="delimiter">: </span><span class="description">Pareto (Type I) distributed pseudorandom numbers.</span>
371+
- <span class="package-name">[`@stdlib/random/array/pareto-type1`][@stdlib/random/array/pareto-type1]</span><span class="delimiter">: </span><span class="description">create an array containing pseudorandom numbers drawn from a Pareto (Type I) distribution.</span>
372+
366373
</section>
367374

368375
<!-- /.related -->
@@ -383,6 +390,12 @@ logEach( '%f, %f, %f', arr[ 0 ], arr[ 1 ], arr[ 2 ] );
383390

384391
[@stdlib/ndarray/base/broadcast-shapes]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/base/broadcast-shapes
385392

393+
<!-- <related-links> -->
394+
395+
[@stdlib/random/array/pareto-type1]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/pareto-type1
396+
397+
<!-- </related-links> -->
398+
386399
</section>
387400

388401
<!-- /.links -->

0 commit comments

Comments
 (0)