#include <stl_function.h>
Inheritance diagram for std::subtractive_rng:
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 |
|
Definition at line 534 of file stl_function.h. References _M_initialize(). |
|
Definition at line 535 of file stl_function.h. References _M_initialize(). |
|
Definition at line 515 of file stl_function.h. References _M_index1, _M_index2, and _M_table. Referenced by subtractive_rng(). |
|
Definition at line 508 of file stl_function.h. |
|
Definition at line 505 of file stl_function.h. Referenced by _M_initialize(), and operator()(). |
|
Definition at line 506 of file stl_function.h. Referenced by _M_initialize(), and operator()(). |
|
Definition at line 504 of file stl_function.h. Referenced by _M_initialize(), and operator()(). |