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