3724 ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetBound() const [member function] |
3724 ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetBound() const [member function] |
3725 cls.add_method('GetBound', |
3725 cls.add_method('GetBound', |
3726 'double', |
3726 'double', |
3727 [], |
3727 [], |
3728 is_const=True) |
3728 is_const=True) |
3729 ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetValue(double mean, double variance, double bound) [member function] |
3729 ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetValue(double mean, double variance, double bound=ns3::NormalRandomVariable::INFINITE_VALUE) [member function] |
3730 cls.add_method('GetValue', |
3730 cls.add_method('GetValue', |
3731 'double', |
3731 'double', |
3732 [param('double', 'mean'), param('double', 'variance'), param('double', 'bound')]) |
3732 [param('double', 'mean'), param('double', 'variance'), param('double', 'bound', default_value='ns3::NormalRandomVariable::INFINITE_VALUE')]) |
3733 ## random-variable-stream.h (module 'core'): uint32_t ns3::NormalRandomVariable::GetInteger(uint32_t mean, uint32_t variance, uint32_t bound) [member function] |
3733 ## random-variable-stream.h (module 'core'): uint32_t ns3::NormalRandomVariable::GetInteger(uint32_t mean, uint32_t variance, uint32_t bound) [member function] |
3734 cls.add_method('GetInteger', |
3734 cls.add_method('GetInteger', |
3735 'uint32_t', |
3735 'uint32_t', |
3736 [param('uint32_t', 'mean'), param('uint32_t', 'variance'), param('uint32_t', 'bound')]) |
3736 [param('uint32_t', 'mean'), param('uint32_t', 'variance'), param('uint32_t', 'bound')]) |
3737 ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetValue() [member function] |
3737 ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetValue() [member function] |