Listing of function file tmp_for_tar/vrml.doc/cv.m
## Author: Etienne Grossmann <etienne@isr.ist.utl.pt>
## Last modified: December 2000
function c=cv(n)
%
% c=cv(n)
% Produce a vector of cauchy random variables.
%
a= randn(n,1);
b= randn(n,1);
c= a./b;
return
Produced by oct2html on Sat Dec 2 19:08:39 2000
Cross-Directory links are: ON