COIN-OR::LEMON - Graph Library

Changeset 2242:16523135943d in lemon-0.x for lemon/hypercube_graph.h


Ignore:
Timestamp:
10/14/06 17:26:05 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2991
Message:

New random interface
Switching to the new interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/hypercube_graph.h

    r2229 r2242  
    261261    /// dim2::Point<double> base[DIM];
    262262    /// for (int k = 0; k < DIM; ++k) {
    263     ///   base[k].x = random.getReal();
    264     ///   base[k].y = random.getReal();
     263    ///   base[k].x = rnd();
     264    ///   base[k].y = rnd();
    265265    /// }
    266266    /// HyperCubeGraph::HyperMap<dim2::Point<double> >
Note: See TracChangeset for help on using the changeset viewer.