#include <it/random.h>
#include <it/vec.h>
Go to the source code of this file.
Defines | |
#define | N 1000000 |
Functions | |
int | main () |
Definition in file test_random.c.
#define N 1000000 |
Definition at line 26 of file test_random.c.
Referenced by bspk_metrics(), it_function(), it_function_args(), it_sdft(), it_sidft(), main(), mt19937_next_state(), mt19937_srand(), and mt19937_srand_by_array().
int main | ( | void | ) |
Definition at line 28 of file test_random.c.
References it_randn(), N, vec_delete(), vec_length(), vec_mean(), vec_new(), and vec_variance().
|
|