You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/number/float64/base/set-high-word/README.md
+15
Original file line number
Diff line number
Diff line change
@@ -185,6 +185,13 @@ int main( void ) {
185
185
186
186
<section class="related">
187
187
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>
- <spanclass="package-name">[`@stdlib/random/strided/cosine`][@stdlib/random/strided/cosine]</span><spanclass="delimiter">: </span><spanclass="description">fill a strided array with pseudorandom numbers drawn from a raised cosine distribution.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/random/array/uniform/README.md
+16
Original file line number
Diff line number
Diff line change
@@ -331,6 +331,14 @@ logEach( '%f', x4 );
331
331
332
332
<sectionclass="related">
333
333
334
+
* * *
335
+
336
+
## See Also
337
+
338
+
- <spanclass="package-name">[`@stdlib/random/array/discrete-uniform`][@stdlib/random/array/discrete-uniform]</span><spanclass="delimiter">: </span><spanclass="description">create an array containing pseudorandom numbers drawn from a discrete uniform distribution.</span>
- <spanclass="package-name">[`@stdlib/random/strided/uniform`][@stdlib/random/strided/uniform]</span><spanclass="delimiter">: </span><spanclass="description">fill a strided array with pseudorandom numbers drawn from a continuous uniform distribution.</span>
0 commit comments