lemon/hypercube_graph.h
changeset 2242 16523135943d
parent 2229 4dbb6dd2dd4b
child 2260 4274224f8a7d
     1.1 --- a/lemon/hypercube_graph.h	Fri Oct 13 15:10:50 2006 +0000
     1.2 +++ b/lemon/hypercube_graph.h	Sat Oct 14 15:26:05 2006 +0000
     1.3 @@ -260,8 +260,8 @@
     1.4      /// HyperCubeGraph graph(DIM);
     1.5      /// dim2::Point<double> base[DIM];
     1.6      /// for (int k = 0; k < DIM; ++k) {
     1.7 -    ///   base[k].x = random.getReal();
     1.8 -    ///   base[k].y = random.getReal();
     1.9 +    ///   base[k].x = rnd();
    1.10 +    ///   base[k].y = rnd();
    1.11      /// } 
    1.12      /// HyperCubeGraph::HyperMap<dim2::Point<double> > 
    1.13      ///   pos(graph, base, base + DIM, dim2::Point<double>(0.0, 0.0));