[Ns-bugs] [Bug 388] document how to apply fuzz to models
code@nsnam.ece.gatech.edu
code at nsnam.ece.gatech.edu
Sat Jan 10 10:37:31 PST 2009
http://www.nsnam.org/bugzilla/show_bug.cgi?id=388
Mathieu Lacage <mathieu.lacage at sophia.inria.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mathieu.lacage at sophia.inria.
| |fr
--- Comment #3 from Mathieu Lacage <mathieu.lacage at sophia.inria.fr> 2009-01-10 13:37:31 EDT ---
How about implementing the following trivial API ?
class ApplicationContainer
{
public:
void Start (RandomVariable &v);
};
app.Start (UniformVariable (0.9, 1.1));
There are lots of refinements which could be done on top of this basic idea but
it seems to me that this would solve a lot of the use-cases we discussed in the
past.
--
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the Ns-bugs
mailing list