Tommaso Pecorella
7efbad9193
random-variable - doc updated and new Zeta distribution
2010-02-04 14:00:04 +01:00
Mathieu Lacage
db1bc136af
use the new global value anchors to reference RngSeed and RndRun
2009-07-02 15:33:27 +02:00
Francesco Malandrino
de2872bf8b
New Zipf random variable
2009-06-23 22:42:09 -07:00
Timo Bingmann
9613fb839c
bug 475: GammaVariable and ErlangVariable
2009-04-16 10:07:48 +02:00
Timo Bingmann
7f8370b67e
Adding UniformVariable::GetInteger and using it to fix bug in RealRandomStream::GetNext.
2009-03-04 18:55:32 +01:00
Tom Henderson
6caf2a0b2e
clarify the working between SeedManager set/get seed and the underlying package seed, in comments
2009-03-01 11:17:30 -08:00
Mathieu Lacage
196177a74d
improve coherency between UniformVariable and RandomVariable, explain why the extra overload is necessary.
2009-02-25 13:10:22 +01:00
Mathieu Lacage
952c1818e4
kill dead API
2009-02-25 11:00:42 +01:00
Raj Bhattacharjea
c8423550f5
Almost have env variable support for RNG right
2009-02-23 22:55:16 -05:00
Raj Bhattacharjea
63b331ecd2
Remove the nonsensical GetSeed
2009-01-22 15:59:50 -05:00
Raj Bhattacharjea
ac192394c3
Commit Mathieu's coding style cleanup of random-variable
2009-01-22 14:10:40 -05:00
Raj Bhattacharjea
5d667957a7
Fix old code that crept in
2009-01-20 16:36:08 -05:00
Raj Bhattacharjea
a0ce50f7ff
Proposed RNG API changes
2009-01-13 17:15:44 -05:00
Raj Bhattacharjea
1aef4543cc
bug 181: Normal Variable Infinite Value & Bounds
2008-06-13 17:19:53 -07:00
Mathieu Lacage
3b711f9852
improve the auto-generated doxygen output.
2008-04-17 15:30:18 -07:00
Mathieu Lacage
4ff40c4a07
get rid of Attribute class. Use AttributeValue subclasses directly.
2008-04-17 13:42:25 -07:00
Raj Bhattacharjea
473ea28f10
Cleanup of RandomVariable doxygen (bug 110)
2008-03-27 11:36:23 -04:00
Mathieu Lacage
1706273d74
value-helper.h -> attribute-helper.h
2008-02-21 18:54:02 +01:00
Mathieu Lacage
9a0f0f438f
convert RandomVariable to new helpers.
2008-02-21 18:28:05 +01:00
Mathieu Lacage
144e84154b
UintValue -> Uinteger, IntValue -> Integer
2008-02-21 00:09:16 +01:00
Mathieu Lacage
5de083e234
value.h -> attribute.h
2008-02-20 21:45:42 +01:00
Mathieu Lacage
e4529f9217
Value -> AttributeValue
2008-02-20 21:17:34 +01:00
Mathieu Lacage
b511f31d39
Accessor -> AttributeAccessor
2008-02-20 20:57:59 +01:00
Mathieu Lacage
ad7d70ae34
ParamSpec -> Accessor
2008-02-20 20:24:52 +01:00
Mathieu Lacage
6353d911c0
PValue -> Attribute
2008-02-20 19:57:31 +01:00
Mathieu Lacage
c194579f5e
split checker from ParamSpec.
2008-02-18 00:18:45 +01:00
Mathieu Lacage
cf9ed2855f
split initial value from ParamSpec.
2008-02-17 04:38:34 +01:00
Mathieu Lacage
58a93485de
introduce top-level ParamSpec for bindings.
2008-02-13 23:37:46 +01:00
Mathieu Lacage
23c4395731
convert RandomVariable, Rectangle, Vector, and Time to the new Class Helper
2008-02-13 22:39:17 +01:00
Mathieu Lacage
0a20822e64
rework param-spec-helper code to avoid having to deal with pointers to member functions et al.
2008-02-13 21:00:33 +01:00
Mathieu Lacage
f826fbc2d9
add Value support to RandomVariable.
2008-02-07 22:40:46 +01:00
Mathieu Lacage
f03f1c237b
bug 133: automate RandomVariable memory management.
2008-02-07 19:57:21 +01:00
Tom Henderson
3b31a0234e
Doxygen organization
2008-01-10 07:31:40 -08:00
Mathieu Lacage
dd825831c7
bug 109: improve the doxygen documentation for RandomVariable
2007-11-21 13:36:47 +01:00
Raj Bhattacharjea
5a0fa236cb
Fixed randomvariable bugs and modified unit tests so that there is no non-deterministic failure on the tests
2007-10-30 13:27:33 -04:00
Mathieu Lacage
32cd28829a
fix dox warning
2007-08-08 12:34:18 +02:00
Raj Bhattacharjea
600aa2ec16
Added Triangularly distributed random variables
2007-07-18 17:43:45 -04:00
Emmanuelle Laprise
73a66e5b1a
Fixed the problems that were found by Mathieu Lacage in the first
...
implementation. Biggest change is to not allow any conversions to
double with the GetXxxSeconds and XxxSeconds functions. (see Bug 22
for more information)
2007-05-21 22:14:09 -05:00
Emmanuelle Laprise
23ab5ba436
The header file ns3/cairo-wideint-private.h was added since the type int32_t was used.
2007-05-17 12:12:44 -05:00
Mathieu Lacage
f1612bbc2c
fix dox warnings
2007-05-13 10:57:43 +02:00
Raj Bhattacharjea
c7db73ec6b
Added static RNGs, like ExponentialVariable::GetSingleValue(mean)
2007-05-03 14:19:33 -04:00
Raj Bhattacharjea
a158a93198
Randomvariable Lognormal added
2007-05-02 09:37:15 -04:00
Raj Bhattacharjea
b1135d3e02
Removed the unnecessary Seed classes
2007-04-03 10:24:18 -04:00
Raj Bhattacharjea
e3b2ac5313
Fixed NormalVariable::INFINITE_VALUE
2007-03-30 10:42:23 -04:00
Mathieu Lacage
55d3a13b59
move ValueCDF class to private class member
2007-03-29 16:35:34 +02:00
Mathieu Lacage
467b3d3161
add a randomvariable group
2007-03-29 16:33:28 +02:00
Raj Bhattacharjea
5bb49ff82b
RandomVariable API in line with Michelle's comments
2007-03-22 16:41:01 -04:00
Raj Bhattacharjea
ac13b5523f
Fixed major memory bug and docs in RandomVariable
2007-03-22 12:16:10 -04:00
Tom Henderson
7868600d6b
Add random number files, base class Application
2007-03-17 22:32:08 -07:00