8000 Auto-generated commit · stdlib-js/random-exponential@a2a84ac · GitHub
[go: up one dir, main page]

Skip to content

Commit a2a84ac

Browse files
committed
Auto-generated commit
1 parent 44bdf21 commit a2a84ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ The function accepts the following `options`:
174174
- **dtype**: default output array data type. Must be a [real-valued floating-point data type][@stdlib/array/typed-real-float-dtypes] or "generic". Default: `'float64'`.
175175
- **order**: default array order (i.e., memory layout), which is either `row-major` (C-style) or `column-major` (Fortran-style). Default: `'row-major'`.
176176
- **mode**: default specifying how to handle indices which exceed array dimensions. For a list of supported modes, see [`ndarray`][@stdlib/ndarray/ctor]. Default: `'throw'`.
177-
- **submode**: default specifying for each dimension how to handle subscripts which exceed array dimensions. If the returned function is provided fewer modes than dimensions, an [ndarray][@stdlib/ndarray/ctor] instance recycles modes using modulo arithmetic. Default: `[ options.mode ]`.
177+
- **submode**: default specifying for each dimension how to handle subscripts which exceed array dimensions. If the number of modes is less than the number of dimensions, an [ndarray][@stdlib/ndarray/ctor] instance recycles modes using modulo arithmetic. Default: `[ options.mode ]`.
178178
- **readonly**: default indicating whether an array should be **read-only**. Default: `false`.
179179

180180
To use a custom PRNG as the underlying source of uniformly distributed pseudorandom numbers, set the `prng` option.
@@ -208,7 +208,7 @@ The returned function accepts the following `options`, each of which overrides t
208208
- **dtype**: output array data type. Must be a [real-valued floating-point data type][@stdlib/array/typed-real-float-dtypes] or "generic".
209209
- **order**: array order (i.e., memory layout), which is either `row-major` (C-style) or `column-major` (Fortran-style).
210210
- **mode**: specifies how to handle indices which exceed array dimensions. For a list of supported modes, see [`ndarray`][@stdlib/ndarray/ctor].
211-
- **submode**: a mode array which specifies for each dimension how to handle subscripts which exceed array dimensions. If provided fewer modes than dimensions, an [ndarray][@stdlib/ndarray/ctor] instance recycles modes using modulo arithmetic.
211+
- **submode**: a mode array which specifies for each dimension how to handle subscripts which exceed array dimensions. If the number of modes is less than the number of dimensions, an [ndarray][@stdlib/ndarray/ctor] instance recycles modes using modulo arithmetic.
212212
- **readonly**: `boolean` indicating whether an array should be **read-only**.
213213

214214
To override the default output array data type, set the `dtype` option.

0 commit comments

Comments
 (0)
0