/[gcl]/gcl/o/num_rand.c
ViewVC logotype

Diff of /gcl/o/num_rand.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by camm, Sat Jul 20 07:10:55 2002 UTC revision 1.3 by camm, Sat Feb 15 00:38:28 2003 UTC
# Line 32  Foundation, 675 Mass Ave, Cambridge, MA Line 32  Foundation, 675 Mass Ave, Cambridge, MA
32    
33  #endif  #endif
34    
35  object  static object
36  rando(object x, object rs)  rando(object x, object rs)
37  {  {
38          enum type tx;          enum type tx;
# Line 65  rando(object x, object rs) Line 65  rando(object x, object rs)
65          }          }
66  }  }
67    
68  object  static object
69  make_random_state(object rs)  make_random_state(object rs)
70  {  {
71          object z;          object z;
# Line 99  make_random_state(object rs) Line 99  make_random_state(object rs)
99          }          }
100  }  }
101    
102  void  static void
103  advance_random_state(object rs)  advance_random_state(object rs)
104  {  {
105          rs->rnd.rnd_value          rs->rnd.rnd_value

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26