void bvec_print ( int n, int bvec[], char *title ); int *bvec_uniform_new ( int n, int *seed ); float complex c4_uniform_01 ( int *seed ); void c4mat_print ( int m, int n, float complex a[], char *title ); void c4mat_print_some ( int m, int n, float complex a[], int ilo, int jlo, int ihi, int jhi, char *title ); void c4mat_uniform_01 ( int m, int n, int *seed, float complex c[] ); float complex *c4mat_uniform_01_new ( int m, int n, int *seed ); void c4vec_print ( int n, float complex a[], char *title ); void c4vec_uniform_01 ( int n, int *seed, float complex c[] ); float complex *c4vec_uniform_01_new ( int n, int *seed ); double complex c8_uniform_01 ( int *seed ); void c8mat_print ( int m, int n, double complex a[], char *title ); void c8mat_print_some ( int m, int n, double complex a[], int ilo, int jlo, int ihi, int jhi, char *title ); void c8mat_uniform_01 ( int m, int n, int *seed, double complex c[] ); double complex *c8mat_uniform_01_new ( int m, int n, int *seed ); void c8vec_print ( int n, double complex a[], char *title ); void c8vec_uniform_01 ( int n, int *seed, double complex c[] ); double complex *c8vec_uniform_01_new ( int n, int *seed ); char ch_uniform_ab ( char a, char b, int *seed ); int congruence ( int a, int b, int c, int *error ); char digit_to_ch ( int i ); int get_seed ( ); int i4_gcd ( int i, int j ); int i4_huge ( ); int i4_log_10 ( int i ); int i4_max ( int i1, int i2 ); int i4_min ( int i1, int i2 ); int i4_seed_advance ( int seed ); int i4_sign ( int i ); void i4_swap ( int *i, int *j ); char *i4_to_s ( int i ); int i4_uniform_0i ( int *seed ); int i4_uniform_ab ( int a, int b, int *seed ); void i4mat_print ( int m, int n, int a[], char *title ); void i4mat_print_some ( int m, int n, int a[], int ilo, int jlo, int ihi, int jhi, char *title ); void i4mat_uniform_ab ( int m, int n, int a, int b, int *seed, int x[] ); int *i4mat_uniform_ab_new ( int m, int n, int b, int c, int *seed ); int i4vec_max ( int n, int a[] ); float i4vec_mean ( int n, int x[] ); int i4vec_min ( int n, int a[] ); void i4vec_print ( int n, int a[], char *title ); void i4vec_uniform_ab ( int n, int a, int b, int *seed, int x[] ); int *i4vec_uniform_ab_new ( int n, int a, int b, int *seed ); float i4vec_variance ( int n, int x[] ); int l4_uniform ( int *seed ); void l4mat_print ( int m, int n, int a[], char *title ); void l4mat_print_some ( int m, int n, int a[], int ilo, int jlo, int ihi, int jhi, char *title ); int *l4mat_uniform_new ( int m, int n, int *seed ); void l4vec_print ( int n, int a[], char *title ); int *l4vec_uniform_new ( int n, int *seed ); void lcrg_anbn ( int a, int b, int c, int n, int *an, int *bn ); int lcrg_evaluate ( int a, int b, int c, int x ); int lcrg_seed ( int a, int b, int c, int n, int seed ); int power_mod ( int a, int n, int m ); int r4_nint ( float x ); float r4_uniform_ab ( float a, float b, int *seed ); float r4_uniform_01 ( int *seed ); void r4mat_print ( int m, int n, float a[], char *title ); void r4mat_print_some ( int m, int n, float a[], int ilo, int jlo, int ihi, int jhi, char *title ); void r4mat_uniform_ab ( int m, int n, float b, float c, int *seed, float r[] ); float *r4mat_uniform_ab_new ( int m, int n, float b, float c, int *seed ); void r4mat_uniform_01 ( int m, int n, int *seed, float r[] ); float *r4mat_uniform_01_new ( int m, int n, int *seed ); void r4vec_print ( int n, float a[], char *title ); void r4vec_uniform_ab ( int n, float b, float c, int *seed, float r[] ); float *r4vec_uniform_ab_new ( int n, float b, float c, int *seed ); void r4vec_uniform_01 ( int n, int *seed, float r[] ); float *r4vec_uniform_01_new ( int n, int *seed ); int r8_nint ( double x ); double r8_uniform_ab ( double a, double b, int *seed ); double r8_uniform_01 ( int *seed ); double *r8col_uniform_abvec_new ( int m, int n, double a[], double b[], int *seed ); 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 r8mat_uniform_01 ( int m, int n, int *seed, double r[]); double *r8mat_uniform_01_new ( int m, int n, int *seed ); void r8mat_uniform_ab ( int m, int n, double a, double b, int *seed, double r[] ); double *r8mat_uniform_ab_new ( int m, int n, double a, double b, int *seed ); double *r8row_uniform_abvec_new ( int m, int n, double a[], double b[], int *seed ); void r8vec_copy ( int n, double a1[], double a2[] ); double *r8vec_normal_01_new ( int n, int *seed ); void r8vec_print ( int n, double a[], char *title ); void r8vec_uniform_01 ( int n, int *seed, double r[] ); double *r8vec_uniform_01_new ( int n, int *seed ); void r8vec_uniform_ab ( int n, double a, double b, int *seed, double r[] ); double *r8vec_uniform_ab_new ( int n, double a, double b, int *seed ); void r8vec_uniform_abvec ( int n, double a[], double b[], int *seed, double r[] ); double *r8vec_uniform_abvec_new ( int n, double a[], double b[], int *seed ); double *r8vec_uniform_unit_new ( int m, int *seed ); void timestamp ( );