Stxxl  1.3.2
Public Types | Public Member Functions | Public Attributes | List of all members
random_number64 Struct Reference

Slow and precise uniform [0, 2^64) pseudo-random generator. More...

#include <rand.h>

Collaboration diagram for random_number64:
Collaboration graph
[legend]

Public Types

typedef stxxl::uint64 value_type
 

Public Member Functions

 random_number64 (unsigned seed=0)
 
value_type operator() () const
 Returns a random number from [0, 2^64) More...
 

Public Attributes

random_uniform_slow uniform
 

Detailed Description

Slow and precise uniform [0, 2^64) pseudo-random generator.

Member Function Documentation

value_type random_number64::operator() ( ) const
inline

Returns a random number from [0, 2^64)


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