Skip to content

Commit e50c2d8

Browse files
🧪 test: Simplify entropy fixture.
1 parent d3f3161 commit e50c2d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/fixtures.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ increasing.step = 1;
55
export const decreasing = (a, b) => _dec(a, b);
66
decreasing.step = -1;
77

8-
import {_fisheryates, _shuffle} from '@aureooms/js-random';
9-
const _randint = (random) => (i, j) => i + Math.floor(random() * (j - i));
8+
import {_fisheryates, _shuffle, _randint} from '@aureooms/js-random';
109
import {splitmix64, nextFloat64} from '@aureooms/js-pseudo-random';
1110

1211
export const entropy = (seed) => {

0 commit comments

Comments
 (0)