#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 491 of file stl_function.h. |
|
Definition at line 492 of file stl_function.h. |
|
Definition at line 472 of file stl_function.h. Referenced by subtractive_rng(). |
|
Definition at line 465 of file stl_function.h. |
|
Definition at line 462 of file stl_function.h. |
|
Definition at line 463 of file stl_function.h. |
|
Definition at line 461 of file stl_function.h. |