NAME

get_lookup_gauss_random_vector - Alternative, non-closed form way, that uses lookup_gauss_rand().

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_lookup_gauss_random_vector
(
	Vector **vp,
	int length
);

DESCRIPTION

Not recomended, but used for sanity checking. It is also faster than using gauss_rand(), but the loss of purity is not likely warranted.

SEE ALSO

get_gauss_random_matrix , get_gauss_random_matrix_2 , get_gauss_random_vector , get_gauss_random_vector_2 , gauss_rand , gauss_rand_2 , lookup_gauss_rand