double complex c8_normal_01 ( ); double complex *c8vec_normal_01_new ( int n ); void c8vec_print ( int n, double complex a[], char *title ); int i4_normal_ab ( double a, double b ); double r8_normal_01 ( ); double r8_normal_ab ( double a, double b ); double r8_uniform_01 ( ); void r8mat_normal_01 ( int m, int n, double x[] ); double *r8mat_normal_01_new ( int m, int n ); void r8mat_normal_ab ( int m, int n, double a, double b, double x[] ); double *r8mat_normal_ab_new ( int m, int n, double a, double b ); void r8mat_print ( int m, int n, double a[], char *title ); void r8mat_print_some ( int m, int n, double a[], int ilo, int jlo, int ihi, int jhi, char *title ); void r8vec_normal_01 ( int n, double x[] ); double *r8vec_normal_01_new ( int n ); void r8vec_normal_ab ( int n, double a, double b, double x[] ); double *r8vec_normal_ab_new ( int n, double a, double b ); void r8vec_print ( int n, double a[], char *title ); double *r8vec_uniform_01_new ( int n );