Mercurial > hg > octave-lyh
diff src/rand.cc @ 7:d68036bcad4c
[project @ 1993-08-08 03:53:43 by jwe]
author | jwe |
---|---|
date | Sun, 08 Aug 1993 03:53:43 +0000 |
parents | 78fd87e624cb |
children | d1c5e5edbf1e |
line wrap: on
line diff
--- a/src/rand.cc +++ b/src/rand.cc @@ -1,4 +1,4 @@ -// tc-rand.cc -*- C++ -*- +// f-rand.cc -*- C++ -*- /* Copyright (C) 1993 John W. Eaton @@ -29,6 +29,7 @@ #include "f77-uscore.h" #include "error.h" #include "utils.h" +#include "f-rand.h" // Possible distributions of random numbers. enum rand_dist { uniform, normal };