Skip to content

Commit 6e3f2d5

Browse files
author
aayush0325
committed
fix: remove bugs
1 parent 1ad8f26 commit 6e3f2d5

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/cceilf/benchmark/c/native

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/cceilf/benchmark/c/native/benchmark.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ static double benchmark( void ) {
103103
stdlib_complex64_t y;
104104

105105
for ( i = 0; i < 100; i++ ) {
106-
v[ i ] = ( 1000.0f * rand_double() ) - 500.0f;
106+
v[ i ] = ( 1000.0f * rand_float() ) - 500.0f;
107107
}
108108

109109
t = tic();

0 commit comments

Comments
 (0)