6988 ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetBound() const [member function] |
6988 ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetBound() const [member function] |
6989 cls.add_method('GetBound', |
6989 cls.add_method('GetBound', |
6990 'double', |
6990 'double', |
6991 [], |
6991 [], |
6992 is_const=True) |
6992 is_const=True) |
6993 ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetValue(double mean, double variance, double bound) [member function] |
6993 ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetValue(double mean, double variance, double bound=ns3::NormalRandomVariable::INFINITE_VALUE) [member function] |
6994 cls.add_method('GetValue', |
6994 cls.add_method('GetValue', |
6995 'double', |
6995 'double', |
6996 [param('double', 'mean'), param('double', 'variance'), param('double', 'bound')]) |
6996 [param('double', 'mean'), param('double', 'variance'), param('double', 'bound', default_value='ns3::NormalRandomVariable::INFINITE_VALUE')]) |
6997 ## random-variable-stream.h (module 'core'): uint32_t ns3::NormalRandomVariable::GetInteger(uint32_t mean, uint32_t variance, uint32_t bound) [member function] |
6997 ## random-variable-stream.h (module 'core'): uint32_t ns3::NormalRandomVariable::GetInteger(uint32_t mean, uint32_t variance, uint32_t bound) [member function] |
6998 cls.add_method('GetInteger', |
6998 cls.add_method('GetInteger', |
6999 'uint32_t', |
6999 'uint32_t', |
7000 [param('uint32_t', 'mean'), param('uint32_t', 'variance'), param('uint32_t', 'bound')]) |
7000 [param('uint32_t', 'mean'), param('uint32_t', 'variance'), param('uint32_t', 'bound')]) |
7001 ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetValue() [member function] |
7001 ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetValue() [member function] |