We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3f3161 commit e50c2d8Copy full SHA for e50c2d8
test/fixtures.js
@@ -5,8 +5,7 @@ increasing.step = 1;
5
export const decreasing = (a, b) => _dec(a, b);
6
decreasing.step = -1;
7
8
-import {_fisheryates, _shuffle} from '@aureooms/js-random';
9
-const _randint = (random) => (i, j) => i + Math.floor(random() * (j - i));
+import {_fisheryates, _shuffle, _randint} from '@aureooms/js-random';
10
import {splitmix64, nextFloat64} from '@aureooms/js-pseudo-random';
11
12
export const entropy = (seed) => {
0 commit comments