Stxxl
1.4.0
|
00001 /*************************************************************************** 00002 * common/rand.cpp 00003 * 00004 * Part of the STXXL. See http://stxxl.sourceforge.net 00005 * 00006 * Copyright (C) 2002 Roman Dementiev <dementiev@mpi-sb.mpg.de> 00007 * Copyright (C) 2007 Andreas Beckmann <beckmann@mpi-inf.mpg.de> 00008 * 00009 * Distributed under the Boost Software License, Version 1.0. 00010 * (See accompanying file LICENSE_1_0.txt or copy at 00011 * http://www.boost.org/LICENSE_1_0.txt) 00012 **************************************************************************/ 00013 00014 #include <stxxl/bits/common/rand.h> 00015 00016 00017 __STXXL_BEGIN_NAMESPACE 00018 00019 unsigned ran32State = get_next_seed(); 00020 00021 __STXXL_END_NAMESPACE