Skip to content

Commit 88f0f50

Browse files
committed
Update note regarding reproducibility
1 parent 11b34fc commit 88f0f50

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

lib/node_modules/@stdlib/math/base/random/randi/docs/repl.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
Returns a pseudorandom number having an integer value.
44

55
The default underlying pseudorandom number generator (PRNG) *may* change in
6-
the future. If exact reproducibility is required, either explicitly specify
7-
a PRNG via the `name` option or use an underlying PRNG directly.
6+
the future. If exact reproducibility is required, either use the `factory`
7+
method to explicitly specify a PRNG via the `name` option or use an
8+
underlying PRNG directly.
89

910
Returns
1011
-------

lib/node_modules/@stdlib/math/base/random/randn/docs/repl.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
Returns a pseudorandom number drawn from a standard normal distribution.
44

55
The default underlying pseudorandom number generator (PRNG) *may* change in
6-
the future. If exact reproducibility is required, either explicitly specify
7-
a PRNG via the `name` option or use an underlying PRNG directly.
6+
the future. If exact reproducibility is required, either use the `factory`
7+
method to explicitly specify a PRNG via the `name` option or use an
8+
underlying PRNG directly.
89

910
Returns
1011
-------

lib/node_modules/@stdlib/math/base/random/randu/docs/repl.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
Returns a pseudorandom number drawn from a uniform distribution.
44

55
The default underlying pseudorandom number generator (PRNG) *may* change in
6-
the future. If exact reproducibility is required, either explicitly specify
7-
a PRNG via the `name` option or use an underlying PRNG directly.
6+
the future. If exact reproducibility is required, either use the `factory`
7+
method to explicitly specify a PRNG via the `name` option or use an
8+
underlying PRNG directly.
89

910
Returns
1011
-------

0 commit comments

Comments
 (0)