Skip to content

Commit 12dcb7a

Browse files
authored
docs: update related packages sections
PR-URL: #1421 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent c241b6d commit 12dcb7a

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

lib/node_modules/@stdlib/blas/base/gaxpy/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,6 @@ console.log( y );
184184

185185
<!-- <related-links> -->
186186

187-
188-
189187
<!-- </related-links> -->
190188

191189
</section>

lib/node_modules/@stdlib/random/strided/exponential/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,13 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 );
356356

357357
<section class="related">
358358

359+
* * *
360+
361+
## See Also
362+
363+
- <span class="package-name">[`@stdlib/random/base/exponential`][@stdlib/random/base/exponential]</span><span class="delimiter">: </span><span class="description">exponentially distributed pseudorandom numbers.</span>
364+
- <span class="package-name">[`@stdlib/random/array/exponential`][@stdlib/random/array/exponential]</span><span class="delimiter">: </span><span class="description">create an array containing pseudorandom numbers drawn from an exponential distribution.</span>
365+
359366
</section>
360367

361368
<!-- /.related -->
@@ -370,6 +377,12 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 );
370377

371378
[@stdlib/array/uint32]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/uint32
372379

380+
<!-- <related-links> -->
381+
382+
[@stdlib/random/array/exponential]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/exponential
383+
384+
<!-- </related-links> -->
385+
373386
</section>
374387

375388
<!-- /.links -->

0 commit comments

Comments
 (0)