Delila Program: tstrnd

tstrnd program

Documentation for the tstrnd program is below, with links to related programs in the "see also" section.

{version = 1.07; (* of tstrnd.p 2000 May 26}

(* begin module describe.tstrnd *)
(*
name
      tstrnd: test random generator

synopsis
      tstrnd(output: out)

files
      output: The version of tstrnd is printed.  Successful compilation
         and running of the program indicates that the modules are correct.

description
      Test of a compiler and system independent random number generator.

see also
      gaussian random number generator:  gentst.p

author
      Thomas D. Schneider

bugs
      none known

technical notes
      The constant n in procedure randomtest determines how many times
      the random number generator will be in a series of tests.  If n
      is small, the the test will be poor, if it is large then the test may
      take a long time.

*)
(* end module describe.tstrnd *)
{This manual page was created by makman 1.45}


{created by htmlink 1.62}