[Assorted-commits] SF.net SVN: assorted: [632] cpp-commons/trunk/src/commons/rand.h
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-03-17 18:10:12
|
Revision: 632 http://assorted.svn.sourceforge.net/assorted/?rev=632&view=rev Author: yangzhang Date: 2008-03-17 11:10:15 -0700 (Mon, 17 Mar 2008) Log Message: ----------- identified the RNG Modified Paths: -------------- cpp-commons/trunk/src/commons/rand.h Modified: cpp-commons/trunk/src/commons/rand.h =================================================================== --- cpp-commons/trunk/src/commons/rand.h 2008-03-17 15:50:09 UTC (rev 631) +++ cpp-commons/trunk/src/commons/rand.h 2008-03-17 18:10:15 UTC (rev 632) @@ -4,7 +4,10 @@ namespace commons { /** - * TODO: Identify and rename this RNG. + * Linear congruence generator. This is actually an example rand() provided + * in the POSIX specification. + * + * TODO: rename this class */ class posix_rand { private: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |