#include "stdio.h" #include "stdlib.h" #include "i3_math.h" int main(){ i3_init_rng(); for(int i=0;i<100000;i++) printf("%e\n",i3_random_normal()); }