-
-
Notifications
You must be signed in to change notification settings - Fork 933
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change nextReal back to next in tests
- Loading branch information
1 parent
d019cfb
commit 0564780
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
// Vitest Snapshot v1 | ||
|
||
exports[`mersenne twister > seed: [42,1,2] > should return deterministic value for nextReal() 1`] = `0.8562037434894592`; | ||
exports[`mersenne twister > seed: [42,1,2] > should return deterministic value for next() 1`] = `0.8562037434894592`; | ||
|
||
exports[`mersenne twister > seed: [1211,1,2] > should return deterministic value for nextReal() 1`] = `0.8916433283593506`; | ||
exports[`mersenne twister > seed: [1211,1,2] > should return deterministic value for next() 1`] = `0.8916433283593506`; | ||
|
||
exports[`mersenne twister > seed: [1337,1,2] > should return deterministic value for nextReal() 1`] = `0.17990487208589911`; | ||
exports[`mersenne twister > seed: [1337,1,2] > should return deterministic value for next() 1`] = `0.17990487208589911`; | ||
|
||
exports[`mersenne twister > seed: 42 > should return deterministic value for nextReal() 1`] = `0.37454011430963874`; | ||
exports[`mersenne twister > seed: 42 > should return deterministic value for next() 1`] = `0.37454011430963874`; | ||
|
||
exports[`mersenne twister > seed: 1211 > should return deterministic value for nextReal() 1`] = `0.9285201537422836`; | ||
exports[`mersenne twister > seed: 1211 > should return deterministic value for next() 1`] = `0.9285201537422836`; | ||
|
||
exports[`mersenne twister > seed: 1337 > should return deterministic value for nextReal() 1`] = `0.2620246761944145`; | ||
exports[`mersenne twister > seed: 1337 > should return deterministic value for next() 1`] = `0.2620246761944145`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters