Resolve/C++ Catalog
CI/Random/Uniform_Generator_1.h
Copyright © 2010, Reusable Software Research Group, The Ohio State University

//  /*-------------------------------------------------------------------*\
//  |   Concrete Instance : Random_Uniform_Generator_1
//  \*-------------------------------------------------------------------*/

#ifndef CI_RANDOM_UNIFORM_GENERATOR_1
#define CI_RANDOM_UNIFORM_GENERATOR_1 1

///---------------------------------------------------------------------
/// Global Context -----------------------------------------------------
///---------------------------------------------------------------------

#include "CT/Random/Kernel_1.h"
#include "CT/Random/Uniform_1.h"

///---------------------------------------------------------------------
/// Interface ----------------------------------------------------------
///---------------------------------------------------------------------

concrete_instance
class Random_Uniform_Generator_1 :
    instantiates
	Random_Uniform_1 <
                Random_Kernel_1 <>
            >
{};

//----------------------------------------------------------------------

#endif // CI_RANDOM_UNIFORM_GENERATOR_1

Last modified: Thu Jan 11 17:05:57 EST 2007