ReactOS 0.4.15-dev-8093-g3285f69
generator_test.cpp File Reference
#include <vector>
#include <algorithm>
#include "fadapter.h"
#include "fib.h"
#include "cppunit/cppunit_proxy.h"
Include dependency graph for generator_test.cpp:

Go to the source code of this file.

Classes

class  GeneratorTest
 

Functions

 CPPUNIT_TEST_SUITE_REGISTRATION (GeneratorTest)
 
static int cxxrand ()
 

Function Documentation

◆ CPPUNIT_TEST_SUITE_REGISTRATION()

CPPUNIT_TEST_SUITE_REGISTRATION ( GeneratorTest  )

◆ cxxrand()

static int cxxrand ( )
static

Definition at line 37 of file generator_test.cpp.

37{ return rand();}
_Check_return_ int __cdecl rand(void)
Definition: rand.c:10

Referenced by GeneratorTest::gener1(), and GeneratorTest::genern1().