We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
var
1 parent 2fa6b5b commit 11b34fcCopy full SHA for 11b34fc
lib/node_modules/@stdlib/math/base/random/randn/docs/repl.txt
@@ -41,7 +41,7 @@
41
--------
42
// Basic usage:
43
> var rand = {{alias}}.factory();
44
- > r = rand();
+ > var r = rand();
45
> r = rand();
46
47
// Specify alternative PRNG:
lib/node_modules/@stdlib/math/base/random/randu/docs/repl.txt
0 commit comments