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

Skip to content

Commit c2ad458

Browse files
committed
Auto-generated commit
1 parent 127bfae commit c2ad458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ var mt19937 = require( '@stdlib/random-array-mt19937' );
5252

5353
#### mt19937( len\[, options] )
5454

55-
Returns an array containing pseudorandom integers on the interval `[0, 4294967295]`..
55+
Returns an array containing pseudorandom integers on the interval `[0, 4294967295]`.
5656

5757
```javascript
5858
var out = mt19937( 10 );

0 commit comments

Comments
 (0)
0