[Assorted-commits] SF.net SVN: assorted: [634] cpp-commons/trunk/src/commons/rand.h
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-03-18 16:49:46
|
Revision: 634 http://assorted.svn.sourceforge.net/assorted/?rev=634&view=rev Author: yangzhang Date: 2008-03-18 09:49:44 -0700 (Tue, 18 Mar 2008) Log Message: ----------- renamed lcg 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 22:04:55 UTC (rev 633) +++ cpp-commons/trunk/src/commons/rand.h 2008-03-18 16:49:44 UTC (rev 634) @@ -4,8 +4,8 @@ namespace commons { /** - * Linear congruence generator. This is actually an example rand() provided - * in the POSIX specification. + * Linear congruential generator. This is actually an example rand() + * provided in the POSIX specification. * * TODO: rename this class */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |