PIPS-NLP
Functions/Subroutines
randUtils.f File Reference

Functions/Subroutines

program fibotest
 
subroutine zufallt (n, a)
 
subroutine normalt (n, x)
 
subroutine fischet (n, p)
 
double precision function second ()
 
subroutine zufall (n, a)
 
subroutine zufalli (seed)
 
subroutine zufallsv (svblk)
 
subroutine zufallrs (svblk)
 
subroutine normalen (n, x)
 
subroutine normal00
 
subroutine normalsv (svbox)
 
subroutine normalrs (svbox)
 
subroutine fische (n, mu, p)
 

Function/Subroutine Documentation

program fibotest ( )
subroutine fische ( integer  n,
double precision  mu,
integer, dimension(*)  p 
)
subroutine fischet ( integer  n,
integer, dimension(n)  p 
)
subroutine normal00 ( )
subroutine normalen ( integer  n,
double precision, dimension(*)  x 
)
subroutine normalrs ( double precision, dimension(*)  svbox)
subroutine normalsv ( double precision, dimension(*)  svbox)
subroutine normalt ( integer  n,
double precision, dimension(n)  x 
)
double precision function second ( )
subroutine zufall ( integer  n,
double precision, dimension(*)  a 
)
subroutine zufalli ( integer  seed)
subroutine zufallrs ( double precision, dimension(*)  svblk)
subroutine zufallsv ( double precision, dimension(*)  svblk)
subroutine zufallt ( integer  n,
double precision, dimension(n)  a 
)