man wnvrnd (Fonctions bibliothèques) - random vector generator
NAME
wn_random_vect - random vector generator
SYNOPSIS
#include <wn/wnvect.h> wn_random_vect(double vect[],int len)
DESCRIPTION
Generate random vector. Each element chosen according to standard normal distribution, with mean=0, sdev=1.
AUTHOR
Will Naylor