Skip to content

Commit 6f6ede5

Browse files
committed
Update docs
1 parent 6eeb43a commit 6f6ede5

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

lib/node_modules/@stdlib/random/base/randi/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ The function accepts the following `options`:
5151

5252
- **name**: name of a supported pseudorandom number generator (PRNG), which will serve as the underlying source of pseudorandom numbers. The following generators are supported:
5353

54-
- [**mt19937**][@stdlib/random/base/mt19937]: 32-bit Mersenne Twister.
55-
- [**minstd**][@stdlib/random/base/minstd]: linear congruential pseudorandom number generator (LCG) based on Park and Miller.
56-
- [**minstd-shuffle**][@stdlib/random/base/minstd-shuffle]: linear congruential pseudorandom number generator (LCG) whose output is shuffled.
54+
- [`mt19937`][@stdlib/random/base/mt19937]: 32-bit Mersenne Twister.
55+
- [`minstd`][@stdlib/random/base/minstd]: linear congruential pseudorandom number generator (LCG) based on Park and Miller.
56+
- [`minstd-shuffle`][@stdlib/random/base/minstd-shuffle]: linear congruential pseudorandom number generator (LCG) whose output is shuffled.
5757

5858
Default: [`'mt19937'`][@stdlib/random/base/mt19937].
5959

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
options.name: string (optional)
3030
Name of the underlying pseudorandom number generator (PRNG). The
31-
following PRNGs are supported
31+
following PRNGs are supported:
3232

3333
- mt19937: 32-bit Mersenne Twister.
3434
- minstd: linear congruential PRNG based on Park and Miller.

lib/node_modules/@stdlib/random/base/randn/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ The function accepts the following `options`:
5151

5252
- **name**: name of the underlying pseudorandom number generator which samples from the standard normal distribution.
5353

54-
- [**improved-ziggurat**][@stdlib/random/base/improved-ziggurat]: improved Ziggurat method.
55-
- [**box-muller**][@stdlib/random/base/box-muller]: Box-Muller transform.
54+
- [`improved-ziggurat`][@stdlib/random/base/improved-ziggurat]: improved Ziggurat method.
55+
- [`box-muller`][@stdlib/random/base/box-muller]: Box-Muller transform.
5656

5757
Default: [`'improved-ziggurat'`][@stdlib/random/base/improved-ziggurat].
5858

lib/node_modules/@stdlib/random/base/randu/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ The function accepts the following `options`:
5151

5252
- **name**: name of a supported pseudorandom number generator (PRNG), which will serve as the underlying source of pseudorandom numbers. The following generators are supported:
5353

54-
- [**mt19937**][@stdlib/random/base/mt19937]: 32-bit Mersenne Twister.
55-
- [**minstd**][@stdlib/random/base/minstd]: linear congruential pseudorandom number generator (LCG) based on Park and Miller.
56-
- [**minstd-shuffle**][@stdlib/random/base/minstd-shuffle]: linear congruential pseudorandom number generator (LCG) whose output is shuffled.
54+
- [`mt19937`][@stdlib/random/base/mt19937]: 32-bit Mersenne Twister.
55+
- [`minstd`][@stdlib/random/base/minstd]: linear congruential pseudorandom number generator (LCG) based on Park and Miller.
56+
- [`minstd-shuffle`][@stdlib/random/base/minstd-shuffle]: linear congruential pseudorandom number generator (LCG) whose output is shuffled.
5757

5858
Default: [`'mt19937'`][@stdlib/random/base/mt19937].
5959

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
options.name: string (optional)
3030
Name of the underlying pseudorandom number generator (PRNG). The
31-
following PRNGs are supported
31+
following PRNGs are supported:
3232

3333
- mt19937: 32-bit Mersenne Twister.
3434
- minstd: linear congruential PRNG based on Park and Miller.

0 commit comments

Comments
 (0)