ReactOS
0.4.16-dev-311-g9382aa2
Public Member Functions
|
List of all members
RndShuffleTest::MyRandomGenerator Class Reference
Public Member Functions
unsigned
long
operator()
(
unsigned
long
n_)
Detailed Description
Definition at line
17
of file
rndshf_test.cpp
.
Member Function Documentation
◆
operator()()
unsigned
long
RndShuffleTest::MyRandomGenerator::operator()
(
unsigned
long
n_
)
inline
Definition at line
20
of file
rndshf_test.cpp
.
21
{
22
return
rand
() % n_;
23
}
rand
_Check_return_ int __cdecl rand(void)
Definition:
rand.c:10
The documentation for this class was generated from the following file:
sdk/lib/3rdparty/stlport/test/unit/
rndshf_test.cpp
RndShuffleTest
MyRandomGenerator
Generated on Tue Dec 3 2024 06:32:48 for ReactOS by
1.9.6