NAME

get_gauss_random_vector_2 - Gets a Gaussian random vector

SYNOPSIS

#include "m/m_random.h"

Example compile flags (system dependent):
  -DLINUX_386 -DLINUX_386_P4  
   -I/home/kobus/include
   -L/home/kobus/load/linux_386_p4 -L/usr/local/lib -L/usr/lib
  -lKJB         -llapack -lblas -lg2c          -lXext -lX11 


int get_gauss_random_vector_2
(
	Vector **vp,
	int length
);

DESCRIPTION

This routine is exaclty like get_gauss_random_vector(), exept that the alternative random stream (e.g. kjb_rand_2()) is used.

RETURNS

NO_ERROR on success and ERROR on failure This routine will only fail if storage allocation fails.

DISCLAIMER

This software is not adequatedly tested. It is recomended that results are checked independantly where appropriate.

AUTHOR

Kobus Barnard

DOCUMENTOR

Kobus Barnard

SEE ALSO

get_gauss_random_matrix , get_gauss_random_matrix_2 , get_gauss_random_vector , get_lookup_gauss_random_vector , gauss_rand , gauss_rand_2 , lookup_gauss_rand