#include <stdapis/stlportv5/stl/_function.h>
class subtractive_rng : public unary_function< _STLP_UINT32_T, _STLP_UINT32_T > |
Public Member Functions | |
---|---|
subtractive_rng(unsigned int) | |
subtractive_rng() | |
void | _M_initialize(_STLP_UINT32_T) |
_STLP_UINT32_T | operator()(_STLP_UINT32_T) |
Inherited Type Definitions | |
---|---|
unary_function< _STLP_UINT32_T, _STLP_UINT32_T >::argument_type | |
unary_function< _STLP_UINT32_T, _STLP_UINT32_T >::result_type |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
subtractive_rng | ( | unsigned int | __seed | ) | [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__seed | - |
subtractive_rng | ( | ) | [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
void | _M_initialize | ( | _STLP_UINT32_T | __seed | ) | [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__seed | - |
_STLP_UINT32_T | operator() | ( | _STLP_UINT32_T | __limit | ) | [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__limit | - |