Skip to content

Commit

Permalink
Update src/internal/mersenne/mersenne.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Shinigami <chrissi92@hotmail.de>
  • Loading branch information
Matt Mayer and Shinigami92 authored Jan 30, 2023
1 parent 0564780 commit 79eda17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/mersenne/mersenne.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Twister from './twister';
export interface Mersenne {
/**
* Generates a random float between `[0, 1)`.
* This method is called `next` so that it could be used as a [iterator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols#the_iterator_protocol)
* This method is called `next` so that it could be used as an [iterator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols#the_iterator_protocol)
*/
next(): number;

Expand Down

0 comments on commit 79eda17

Please sign in to comment.