Skip to content

Commit 3cef3b1

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent 71bf3dd commit 3cef3b1

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

lib/node_modules/@stdlib/stats/base/ndarray/dmaxsorted/benchmark/c/benchmark.length.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ static double tic( void ) {
8282
return (double)now.tv_sec + (double)now.tv_usec/1.0e6;
8383
}
8484

85-
8685
/**
8786
* Runs a benchmark.
8887
*
@@ -155,9 +154,6 @@ int main( void ) {
155154
int i;
156155
int j;
157156

158-
// Use the current time to seed the random number generator:
159-
srand( time( NULL ) );
160-
161157
print_version();
162158
count = 0;
163159
for ( i = MIN; i <= MAX; i++ ) {

0 commit comments

Comments
 (0)