Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/query/functions/random-value-generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ Generates a `double` array with random elements.
**Arguments:**

- `nDims` is an `int` specifying the number of dimensions.
- `nanRate` is an `int` defining the frequency of `NaN` values (default: `0`):
- `nanRate` is an `int` defining the frequency of occurrence of `NaN` values:
- `0`: No `NaN` will be returned.
- `1`: Will only return `NaN`.
- `N > 1`: On average, one in N generated values will be `NaN`.
Expand Down