ReactOS 0.4.15-dev-7942-gd23573b
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 }
_Check_return_ int __cdecl rand(void)
Definition: rand.c:10

The documentation for this class was generated from the following file: