[Ns-bugs] [Bug 61] New: RandomVariable::UseGlobalSeed too permissive
bugzilla-daemon@nsnam-www.ece.gatech.edu
bugzilla-daemon at nsnam-www.ece.gatech.edu
Thu Aug 2 06:36:57 PDT 2007
http://www.nsnam.org/bugzilla/show_bug.cgi?id=61
Summary: RandomVariable::UseGlobalSeed too permissive
Product: ns-3
Version: pre-release
Platform: PC
OS/Version: Linux
Status: NEW
Severity: blocker
Priority: P1
Component: simulation core
AssignedTo: ns-bugs at isi.edu
ReportedBy: gjcarneiro at gmail.com
void RandomVariable::UseGlobalSeed(uint32_t s0, uint32_t s1, uint32_t s2,
uint32_t s3, uint32_t s4, uint32_t s5)
{
if (RandomVariable::globalSeedSet)
{
cout << "Random number generator already initialized!" << endl;
cout << "Call to RandomVariable::UseGlobalSeed() ignored" << endl;
return;
}
These cout's should probably just become a NS_FATAL_ERROR...
--
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Ns-bugs
mailing list