29 lines
510 B
C
29 lines
510 B
C
|
//This file is part of Photon (http://photon.sourceforge.net)
|
||
|
//Copyright (C) 2004-2005 James Turk
|
||
|
//
|
||
|
// Author:
|
||
|
// James Turk (jpt2433@rit.edu)
|
||
|
//
|
||
|
// Version:
|
||
|
// $Id: RandGen.h,v 1.1 2005/01/27 03:35:23 cozman Exp $
|
||
|
//
|
||
|
// Revisions:
|
||
|
// $Log: RandGen.h,v $
|
||
|
// Revision 1.1 2005/01/27 03:35:23 cozman
|
||
|
// initial import (exceptions,types, and logging,oh my!)
|
||
|
//
|
||
|
//
|
||
|
|
||
|
#ifndef PHOTON_UTIL_RANDGEN_H
|
||
|
#define PHOTON_UTIL_RANDGEN_H
|
||
|
|
||
|
namespace photon {
|
||
|
namespace util {
|
||
|
|
||
|
|
||
|
|
||
|
}
|
||
|
}
|
||
|
|
||
|
#endif //PHOTON_UTIL_RANDGEN_H
|