Stxxl  1.4.0
Namespaces | Functions
common/seed.cpp File Reference
#include <cassert>
#include <ctime>
#include <unistd.h>
#include <sys/time.h>
#include <stxxl/bits/common/seed.h>
#include <stxxl/bits/common/mutex.h>
Include dependency graph for seed.cpp:

Go to the source code of this file.

Namespaces

namespace  stxxl
 

<stxxl> library namespace


Functions

unsigned stxxl::initial_seed ()
seed_generator_t & stxxl::seed_generator ()
void stxxl::set_seed (unsigned seed)
 set the global stxxl seed value
unsigned stxxl::get_next_seed ()
 get a seed value for prng initialization, subsequent calls return a sequence of different values
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines