Skip to content

Commit bf038c4

Browse files
authored
docs: update related packages sections
PR-URL: #1168 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent be20297 commit bf038c4

File tree

4 files changed

+46
-0
lines changed

4 files changed

+46
-0
lines changed

lib/node_modules/@stdlib/blas/ext/base/gfill/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ console.log( x );
173173

174174
<!-- <related-links> -->
175175

176+
177+
176178
<!-- </related-links> -->
177179

178180
</section>

lib/node_modules/@stdlib/number/float64/base/set-high-word/README.md

+15
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,13 @@ int main( void ) {
185185
186186
<section class="related">
187187
188+
* * *
189+
190+
## See Also
191+
192+
- <span class="package-name">[`@stdlib/number/float64/base/get-high-word`][@stdlib/number/float64/base/get-high-word]</span><span class="delimiter">: </span><span class="description">return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.</span>
193+
- <span class="package-name">[`@stdlib/number/float64/base/set-low-word`][@stdlib/number/float64/base/set-low-word]</span><span class="delimiter">: </span><span class="description">set the less significant 32 bits of a double-precision floating-point number.</span>
194+
188195
</section>
189196
190197
<!-- /.related -->
@@ -195,6 +202,14 @@ int main( void ) {
195202
196203
[ieee754]: https://en.wikipedia.org/wiki/IEEE_754-1985
197204
205+
<!-- <related-links> -->
206+
207+
[@stdlib/number/float64/base/get-high-word]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/float64/base/get-high-word
208+
209+
[@stdlib/number/float64/base/set-low-word]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/float64/base/set-low-word
210+
211+
<!-- </related-links> -->
212+
198213
</section>
199214
200215
<!-- /.links -->

lib/node_modules/@stdlib/random/array/cosine/README.md

+13
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,13 @@ logEach( '%f', x4 );
331331

332332
<section class="related">
333333

334+
* * *
335+
336+
## See Also
337+
338+
- <span class="package-name">[`@stdlib/random/base/cosine`][@stdlib/random/base/cosine]</span><span class="delimiter">: </span><span class="description">raised cosine distributed pseudorandom numbers.</span>
339+
- <span class="package-name">[`@stdlib/random/strided/cosine`][@stdlib/random/strided/cosine]</span><span class="delimiter">: </span><span class="description">fill a strided array with pseudorandom numbers drawn from a raised cosine distribution.</span>
340+
334341
</section>
335342

336343
<!-- /.related -->
@@ -347,6 +354,12 @@ logEach( '%f', x4 );
347354

348355
[@stdlib/array/float64]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/float64
349356

357+
<!-- <related-links> -->
358+
359+
[@stdlib/random/strided/cosine]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/strided/cosine
360+
361+
<!-- </related-links> -->
362+
350363
</section>
351364

352365
<!-- /.links -->

lib/node_modules/@stdlib/random/array/uniform/README.md

+16
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,14 @@ logEach( '%f', x4 );
331331

332332
<section class="related">
333333

334+
* * *
335+
336+
## See Also
337+
338+
- <span class="package-name">[`@stdlib/random/array/discrete-uniform`][@stdlib/random/array/discrete-uniform]</span><span class="delimiter">: </span><span class="description">create an array containing pseudorandom numbers drawn from a discrete uniform distribution.</span>
339+
- <span class="package-name">[`@stdlib/random/base/uniform`][@stdlib/random/base/uniform]</span><span class="delimiter">: </span><span class="description">uniformly distributed pseudorandom numbers.</span>
340+
- <span class="package-name">[`@stdlib/random/strided/uniform`][@stdlib/random/strided/uniform]</span><span class="delimiter">: </span><span class="description">fill a strided array with pseudorandom numbers drawn from a continuous uniform distribution.</span>
341+
334342
</section>
335343

336344
<!-- /.related -->
@@ -347,6 +355,14 @@ logEach( '%f', x4 );
347355

348356
[@stdlib/array/float64]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/float64
349357

358+
<!-- <related-links> -->
359+
360+
[@stdlib/random/array/discrete-uniform]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/discrete-uniform
361+
362+
[@stdlib/random/strided/uniform]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/strided/uniform
363+
364+
<!-- </related-links> -->
365+
350366
</section>
351367

352368
<!-- /.links -->

0 commit comments

Comments
 (0)