ReactOS 0.4.16-dev-477-g6ada597
|
#include <_function.h>
Public Member Functions | |
_STLP_UINT32_T | operator() (_STLP_UINT32_T __limit) |
void | _M_initialize (_STLP_UINT32_T __seed) |
subtractive_rng (unsigned int __seed) | |
subtractive_rng () | |
Private Attributes | |
_STLP_UINT32_T | _M_table [55] |
_STLP_UINT32_T | _M_index1 |
_STLP_UINT32_T | _M_index2 |
Additional Inherited Members | |
Public Types inherited from unary_function< _STLP_UINT32_T, _STLP_UINT32_T > | |
typedef _STLP_UINT32_T | argument_type |
typedef _STLP_UINT32_T | result_type |
Protected Member Functions inherited from unary_function< _STLP_UINT32_T, _STLP_UINT32_T > | |
~unary_function () | |
Definition at line 388 of file _function.h.
Definition at line 419 of file _function.h.
|
inline |
Definition at line 420 of file _function.h.
|
inline |
Definition at line 401 of file _function.h.
Referenced by subtractive_rng().
|
inline |
|
private |
Definition at line 391 of file _function.h.
Referenced by _M_initialize(), and operator()().
|
private |
Definition at line 392 of file _function.h.
Referenced by _M_initialize(), and operator()().
|
private |
Definition at line 390 of file _function.h.
Referenced by _M_initialize(), and operator()().