Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::subtractive_rng Class Reference

#include <stl_function.h>

Inheritance diagram for std::subtractive_rng:

Inheritance graph
[legend]
Collaboration diagram for std::subtractive_rng:

Collaboration graph
[legend]
List of all members.

Public Methods

unsigned int operator() (unsigned int __limit)
void _M_initialize (unsigned int __seed)
 subtractive_rng (unsigned int __seed)
 subtractive_rng ()

Private Attributes

unsigned int _M_table [55]
size_t _M_index1
size_t _M_index2

Constructor & Destructor Documentation

std::subtractive_rng::subtractive_rng ( unsigned int __seed ) [inline]
 

Definition at line 491 of file stl_function.h.

std::subtractive_rng::subtractive_rng ( ) [inline]
 

Definition at line 492 of file stl_function.h.


Member Function Documentation

void std::subtractive_rng::_M_initialize ( unsigned int __seed ) [inline]
 

Definition at line 472 of file stl_function.h.

Referenced by subtractive_rng().

unsigned int std::subtractive_rng::operator() ( unsigned int __limit ) [inline]
 

Definition at line 465 of file stl_function.h.


Member Data Documentation

size_t std::subtractive_rng::_M_index1 [private]
 

Definition at line 462 of file stl_function.h.

size_t std::subtractive_rng::_M_index2 [private]
 

Definition at line 463 of file stl_function.h.

unsigned int std::subtractive_rng::_M_table[55] [private]
 

Definition at line 461 of file stl_function.h.


The documentation for this class was generated from the following file:
Generated at Tue May 1 16:30:31 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001