Mercurial > hg > octave-lyh
comparison 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 |
comparison
equal
deleted
inserted
replaced
6:73cca179ce1f | 7:d68036bcad4c |
---|---|
1 // tc-rand.cc -*- C++ -*- | 1 // f-rand.cc -*- C++ -*- |
2 /* | 2 /* |
3 | 3 |
4 Copyright (C) 1993 John W. Eaton | 4 Copyright (C) 1993 John W. Eaton |
5 | 5 |
6 This file is part of Octave. | 6 This file is part of Octave. |
27 | 27 |
28 #include "tree-const.h" | 28 #include "tree-const.h" |
29 #include "f77-uscore.h" | 29 #include "f77-uscore.h" |
30 #include "error.h" | 30 #include "error.h" |
31 #include "utils.h" | 31 #include "utils.h" |
32 #include "f-rand.h" | |
32 | 33 |
33 // Possible distributions of random numbers. | 34 // Possible distributions of random numbers. |
34 enum rand_dist { uniform, normal }; | 35 enum rand_dist { uniform, normal }; |
35 | 36 |
36 // Current distribution of random numbers. | 37 // Current distribution of random numbers. |