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 71bf3dd commit 3cef3b1Copy full SHA for 3cef3b1
1 file changed
lib/node_modules/@stdlib/stats/base/ndarray/dmaxsorted/benchmark/c/benchmark.length.c
@@ -82,7 +82,6 @@ static double tic( void ) {
82
return (double)now.tv_sec + (double)now.tv_usec/1.0e6;
83
}
84
85
-
86
/**
87
* Runs a benchmark.
88
*
@@ -155,9 +154,6 @@ int main( void ) {
155
154
int i;
156
int j;
157
158
- // Use the current time to seed the random number generator:
159
- srand( time( NULL ) );
160
161
print_version();
162
count = 0;
163
for ( i = MIN; i <= MAX; i++ ) {
0 commit comments