Changeset 209:765619b7cbb2 in lemon-1.2 for test/random_test.cc
- Timestamp:
- 07/13/08 20:51:02 (17 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/random_test.cc
r171 r209 1 /* -*- C++-*-1 /* -*- mode: C++; indent-tabs-mode: nil; -*- 2 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 3 * This file is a part of LEMON, a generic C++ optimization library. 4 4 * 5 5 * Copyright (C) 2003-2008 … … 34 34 35 35 lemon::rnd.seed(100); 36 lemon::rnd.seed(seed_array, seed_array + 37 36 lemon::rnd.seed(seed_array, seed_array + 37 (sizeof(seed_array) / sizeof(seed_array[0]))); 38 38 39 39 return 0;
Note: See TracChangeset
for help on using the changeset viewer.