Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Feb 15, 2023
1 parent d8c48e3 commit 3ad0bf9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -182,3 +182,7 @@ jsconfig.json
################
*.sublime-workspace
*.sublime-project

# Other editor files #
######################
.idea/
2 changes: 1 addition & 1 deletion docs/repl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

Returns
-------
out: Array<number>|Float64Array|Float32Array
out: Array<number>|TypedArray
Output array.

Examples
Expand Down
2 changes: 1 addition & 1 deletion docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ interface FactoryOptions extends PRNGOptions {
*/
interface Options {
/**
* Default output array data type. Default: 'float64'.
* Output array data type.
*/
dtype?: DataType;
}
Expand Down

0 comments on commit 3ad0bf9

Please sign in to comment.