Go to the source code of this file.
|  | 
| struct | stxxl::random_number< UniformRGen > | 
|  | Uniform [0, N) pseudo-random generator.  More... 
 | 
|  | 
| struct | stxxl::random_number32 | 
|  | Fast uniform [0, 2^32) pseudo-random generator with period 2^32, random bits: 32.  More... 
 | 
|  | 
| struct | stxxl::random_number32_r | 
|  | Fast uniform [0, 2^32) pseudo-random generator with period 2^32, random bits: 32. Reentrant variant of random_number32 that keeps it's private state.  More... 
 | 
|  | 
| struct | stxxl::random_number64 | 
|  | Slow and precise uniform [0, 2^64) pseudo-random generator.  More... 
 | 
|  | 
| class | stxxl::random_number8_r | 
|  | Fast uniform [0, 255] pseudo-random generator with period 2^8, random bits: 8 (one byte).  More... 
 | 
|  | 
| struct | stxxl::random_uniform_fast | 
|  | Fast uniform [0.0, 1.0) pseudo-random generator.  More... 
 | 
|  | 
| struct | stxxl::random_uniform_slow | 
|  | Slow and precise uniform [0.0, 1.0) pseudo-random generator period: at least 2^48, random bits: at least 31.  More... 
 | 
|  | 
|  | 
|  | stxxl | 
|  | STXXLlibrary namespace
 | 
|  |