5847 ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetBound() const [member function] |
5847 ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetBound() const [member function] |
5848 cls.add_method('GetBound', |
5848 cls.add_method('GetBound', |
5849 'double', |
5849 'double', |
5850 [], |
5850 [], |
5851 is_const=True) |
5851 is_const=True) |
5852 ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetValue(double mean, double variance, double bound) [member function] |
5852 ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetValue(double mean, double variance, double bound=ns3::NormalRandomVariable::INFINITE_VALUE) [member function] |
5853 cls.add_method('GetValue', |
5853 cls.add_method('GetValue', |
5854 'double', |
5854 'double', |
5855 [param('double', 'mean'), param('double', 'variance'), param('double', 'bound')]) |
5855 [param('double', 'mean'), param('double', 'variance'), param('double', 'bound', default_value='ns3::NormalRandomVariable::INFINITE_VALUE')]) |
5856 ## random-variable-stream.h (module 'core'): uint32_t ns3::NormalRandomVariable::GetInteger(uint32_t mean, uint32_t variance, uint32_t bound) [member function] |
5856 ## random-variable-stream.h (module 'core'): uint32_t ns3::NormalRandomVariable::GetInteger(uint32_t mean, uint32_t variance, uint32_t bound) [member function] |
5857 cls.add_method('GetInteger', |
5857 cls.add_method('GetInteger', |
5858 'uint32_t', |
5858 'uint32_t', |
5859 [param('uint32_t', 'mean'), param('uint32_t', 'variance'), param('uint32_t', 'bound')]) |
5859 [param('uint32_t', 'mean'), param('uint32_t', 'variance'), param('uint32_t', 'bound')]) |
5860 ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetValue() [member function] |
5860 ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetValue() [member function] |