STXXL
1.4.0
|
#include <cassert>
#include <stxxl/bits/config.h>
#include <stxxl/bits/common/mutex.h>
#include <stxxl/bits/namespace.h>
#include <io.h>
#include <windows.h>
Go to the source code of this file.
Namespaces | |
stxxl | |
STXXL library namespace | |
Macros | |
#define | NOMINMAX |
Functions | |
unsigned | stxxl::get_next_seed () |
get a seed value for prng initialization, subsequent calls return a sequence of different values More... | |
unsigned | stxxl::initial_seed () |
seed_generator_t & | stxxl::seed_generator () |
void | stxxl::set_seed (unsigned seed) |
set the global stxxl seed value More... | |