Stxxl  1.3.2
seed.h
1 /***************************************************************************
2  * include/stxxl/bits/common/seed.h
3  *
4  * Part of the STXXL. See http://stxxl.sourceforge.net
5  *
6  * Copyright (C) 2007 Andreas Beckmann <[email protected]>
7  *
8  * Distributed under the Boost Software License, Version 1.0.
9  * (See accompanying file LICENSE_1_0.txt or copy at
10  * http://www.boost.org/LICENSE_1_0.txt)
11  **************************************************************************/
12 
13 #ifndef STXXL_SEED_HEADER
14 #define STXXL_SEED_HEADER
15 
16 #include <stxxl/bits/namespace.h>
17 
18 
19 __STXXL_BEGIN_NAMESPACE
20 
22 void set_seed(unsigned seed);
23 
26 unsigned get_next_seed();
27 
28 __STXXL_END_NAMESPACE
29 
30 #endif // !STXXL_SEED_HEADER