Changeset 68:a315a588a20d in lemon-main
- Timestamp:
 - 02/07/08 23:25:42 (18 years ago)
 - Branch:
 - default
 - Phase:
 - public
 - Location:
 - lemon
 - Files:
 - 
          
- 1 added
 - 2 edited
 
- 
          Makefile.am (modified) (1 diff)
 - 
          math.h (added)
 - 
          random.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
lemon/Makefile.am
r58 r68 18 18 lemon/dim2.h \ 19 19 lemon/maps.h \ 20 lemon/math.h \ 20 21 lemon/random.h \ 21 22 lemon/list_graph.h \  - 
        
lemon/random.h
r62 r68 68 68 69 69 #include <ctime> 70 #include <cmath> 71 70 71 #include <lemon/math.h> 72 72 #include <lemon/dim2.h> 73 73 74 ///\ingroup misc 74 75 ///\file … … 760 761 double xi,nu; 761 762 const double delta = k-std::floor(k); 762 const double v0= M_E/(M_E-delta);763 const double v0=E/(E-delta); 763 764 do { 764 765 double V0=1.0-real<double>();  
Note: See TracChangeset
          for help on using the changeset viewer.
      
