We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e1030 commit 9d153b5Copy full SHA for 9d153b5
lib/node_modules/@stdlib/stats/base/dists/gamma/mgf/benchmark/benchmark.js
@@ -76,11 +76,6 @@ bench( pkg+':factory', function benchmark( b ) {
76
alpha = 20.0;
77
beta = 15.0;
78
mymgf = mgf.factory( alpha, beta );
79
- len = 100;
80
- t = new Float64Array( len );
81
- for ( i = 0; i < len; i++ ) {
82
- t[ i ] = uniform( 0.0, beta );
83
- }
84
85
len = 100;
86
t = new Float64Array( len );
0 commit comments