Skip to content

Commit 271c180

Browse files
authored
docs: update namespace table of contents
PR-URL: #6999 Reviewed-by: Philipp Burckhardt <[email protected]> Signed-off-by: stdlib-bot <[email protected]>
1 parent 7bfa1b1 commit 271c180

File tree

1 file changed

+3
-0
lines changed
  • lib/node_modules/@stdlib/random/tools

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ The namespace exports the following:
5555

5656
<div class="namespace-toc">
5757

58+
- <span class="signature">[`binaryFactory( prng, idtypes, odtypes, policies[, options] )`][@stdlib/random/tools/binary-factory]</span><span class="delimiter">: </span><span class="description">create a function for generating pseudorandom values drawn from a binary PRNG.</span>
5859
- <span class="signature">[`binary( prng, idtypes, odtypes, policies[, options] )`][@stdlib/random/tools/binary]</span><span class="delimiter">: </span><span class="description">constructor for creating ndarrays filled with pseudorandom values drawn from a binary PRNG.</span>
5960
- <span class="signature">[`unaryFactory( prng, idtypes, odtypes, policies[, options] )`][@stdlib/random/tools/unary-factory]</span><span class="delimiter">: </span><span class="description">create a function for generating pseudorandom values drawn from a unary PRNG.</span>
6061
- <span class="signature">[`unary( prng, idtypes, odtypes, policies[, options] )`][@stdlib/random/tools/unary]</span><span class="delimiter">: </span><span class="description">constructor for creating ndarrays filled with pseudorandom values drawn from a unary PRNG.</span>
@@ -110,6 +111,8 @@ console.log( objectKeys( ns ) );
110111

111112
<!-- <toc-links> -->
112113

114+
[@stdlib/random/tools/binary-factory]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/tools/binary-factory
115+
113116
[@stdlib/random/tools/binary]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/tools/binary
114117

115118
[@stdlib/random/tools/unary-factory]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/tools/unary-factory

0 commit comments

Comments
 (0)