File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
lib/node_modules/@stdlib/math/base/random Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 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 -------
Original file line number Diff line number Diff line change 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 -------
Original file line number Diff line number Diff line change 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 -------
You can’t perform that action at this time.
0 commit comments