STXXL  1.4-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::random_uniform_fast Struct Reference

Detailed Description

Fast uniform [0.0, 1.0) pseudo-random generator.

Warning
Uses a global state and is not reentrant or thread-safe!

Definition at line 125 of file rand.h.

+ Collaboration diagram for stxxl::random_uniform_fast:

Public Types

typedef double value_type
 

Public Attributes

random_number32 rnd32
 

Member Typedef Documentation

Definition at line 127 of file rand.h.

Member Data Documentation

random_number32 stxxl::random_uniform_fast::rnd32

Definition at line 128 of file rand.h.


The documentation for this struct was generated from the following file: