Mercurial > hg > Members > kono > Cerium
view include/TaskManager/Random.h @ 229:401b55a4a4dd
add Random class
author | gongo@gendarme.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Thu, 12 Feb 2009 19:05:02 +0900 |
parents | |
children | 2b114977852d |
line wrap: on
line source
#ifndef INCLUDED_RANDOM #define INCLUDED_RANDOM class Random { public: Random(void); Random(unsigned int seed); int getData(void); }; typedef Random *RandomPtr; #endif