Skip to content

Commit 4b4dfe7

Browse files
authored
fix: use discrete PRNG for generating integers
Signed-off-by: Athan <[email protected]>
1 parent b65b45d commit 4b4dfe7

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/fibonacci

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/fibonacci/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
}
8989
],
9090
"rand": {
91-
"prng": "random/base/uniform",
91+
"prng": "random/base/discrete-uniform",
9292
"parameters": [
9393
0,
9494
100

0 commit comments

Comments
 (0)