refactor: rename RNG method from nextFloat to nextFloat1 for consistency across the codebase
This commit is contained in:
@@ -229,7 +229,7 @@ describe('trait modules', () => {
|
||||
listGenerals: () => [general, patient],
|
||||
};
|
||||
const rng: RandomGenerator = {
|
||||
nextFloat: () => 0,
|
||||
nextFloat1: () => 0,
|
||||
nextBool: () => true,
|
||||
nextInt: (minInclusive: number, _maxExclusive: number) => minInclusive,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user