slib_lang_exists_tmp=yes

slib_title=Generation of Pascal random data

slib_out=Random data of <tt>m</tt> reals following a Pascal law\
 of parameters <tt>n</tt> and \
<tt>p</tt>.\
 If <tt>m</tt> is a list <tt>[r,s]</tt>, it returns an\
 <tt>r</tt> by <tt>s</tt> matrix. 
slib_comment= <tt>n</tt> is an integer and <tt>p</tt> a probability. \
Simulation of the total number of trials needed to get <tt>n</tt> successes if in each trial the \
probability of success is <tt>p</tt>.

