alpar@2249: /* -*- C++ -*- alpar@2249: * alpar@2249: * This file is a part of LEMON, a generic C++ optimization library alpar@2249: * alpar@2553: * Copyright (C) 2003-2008 alpar@2249: * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport alpar@2249: * (Egervary Research Group on Combinatorial Optimization, EGRES). alpar@2249: * alpar@2249: * Permission to use, modify and distribute this software is granted alpar@2249: * provided that this copyright notice appears in all copies. For alpar@2249: * precise terms see the accompanying LICENSE file. alpar@2249: * alpar@2249: * This software is provided "AS IS" with no warranty of any kind, alpar@2249: * express or implied, and with no claim as to its suitability for any alpar@2249: * purpose. alpar@2249: * alpar@2249: */ alpar@2249: alpar@2249: ///\file alpar@2249: ///\brief Instantiation of the Random class. alpar@2249: deba@2229: #include deba@2229: deba@2229: namespace lemon { deba@2246: /// \brief Global random number generator instance deba@2246: /// deba@2246: /// A global mersenne twister random number generator instance deba@2229: Random rnd; deba@2229: }