From 6b9dafe73f32f3192f6d20ed87d8664b207c895b Mon Sep 17 00:00:00 2001
From: Planeshifter <1913638+Planeshifter@users.noreply.github.com>
Date: Wed, 14 May 2025 02:45:34 +0000
Subject: [PATCH] docs: update namespace table of contents
Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
---
lib/node_modules/@stdlib/random/tools/README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/lib/node_modules/@stdlib/random/tools/README.md b/lib/node_modules/@stdlib/random/tools/README.md
index f366ad1aeb9c..66ee0ea317cf 100644
--- a/lib/node_modules/@stdlib/random/tools/README.md
+++ b/lib/node_modules/@stdlib/random/tools/README.md
@@ -55,6 +55,7 @@ The namespace exports the following:
+- [`binaryFactory( prng, idtypes, odtypes, policies[, options] )`][@stdlib/random/tools/binary-factory]: create a function for generating pseudorandom values drawn from a binary PRNG.
- [`binary( prng, idtypes, odtypes, policies[, options] )`][@stdlib/random/tools/binary]: constructor for creating ndarrays filled with pseudorandom values drawn from a binary PRNG.
- [`unaryFactory( prng, idtypes, odtypes, policies[, options] )`][@stdlib/random/tools/unary-factory]: create a function for generating pseudorandom values drawn from a unary PRNG.
- [`unary( prng, idtypes, odtypes, policies[, options] )`][@stdlib/random/tools/unary]: constructor for creating ndarrays filled with pseudorandom values drawn from a unary PRNG.
@@ -110,6 +111,8 @@ console.log( objectKeys( ns ) );
+[@stdlib/random/tools/binary-factory]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/tools/binary-factory
+
[@stdlib/random/tools/binary]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/tools/binary
[@stdlib/random/tools/unary-factory]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/tools/unary-factory