STXXL
1.4.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
rand.cpp
Go to the documentation of this file.
1
/***************************************************************************
2
* lib/common/rand.cpp
3
*
4
* Part of the STXXL. See http://stxxl.sourceforge.net
5
*
6
* Copyright (C) 2002 Roman Dementiev <
[email protected]
>
7
* Copyright (C) 2007 Andreas Beckmann <
[email protected]
>
8
*
9
* Distributed under the Boost Software License, Version 1.0.
10
* (See accompanying file LICENSE_1_0.txt or copy at
11
* http://www.boost.org/LICENSE_1_0.txt)
12
**************************************************************************/
13
14
#include <
stxxl/bits/common/rand.h
>
15
#include <
stxxl/bits/common/seed.h
>
16
#include <
stxxl/bits/namespace.h
>
17
18
19
STXXL_BEGIN_NAMESPACE
20
21
unsigned
ran32State
=
get_next_seed
();
22
23
STXXL_END_NAMESPACE
stxxl::ran32State
unsigned ran32State
Definition:
rand.cpp:21
seed.h
stxxl::get_next_seed
unsigned get_next_seed()
get a seed value for prng initialization, subsequent calls return a sequence of different values ...
Definition:
seed.cpp:74
rand.h
namespace.h
STXXL_BEGIN_NAMESPACE
#define STXXL_BEGIN_NAMESPACE
Definition:
namespace.h:16
STXXL_END_NAMESPACE
#define STXXL_END_NAMESPACE
Definition:
namespace.h:17
lib
common
rand.cpp
STXXL 1.4.0
- Generated on Thu Dec 12 2013 15:30:26 for STXXL by
1.8.5