5652 ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetBound() const [member function] |
5652 ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetBound() const [member function] |
5653 cls.add_method('GetBound', |
5653 cls.add_method('GetBound', |
5654 'double', |
5654 'double', |
5655 [], |
5655 [], |
5656 is_const=True) |
5656 is_const=True) |
5657 ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetValue(double mean, double variance, double bound) [member function] |
5657 ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetValue(double mean, double variance, double bound=ns3::NormalRandomVariable::INFINITE_VALUE) [member function] |
5658 cls.add_method('GetValue', |
5658 cls.add_method('GetValue', |
5659 'double', |
5659 'double', |
5660 [param('double', 'mean'), param('double', 'variance'), param('double', 'bound')]) |
5660 [param('double', 'mean'), param('double', 'variance'), param('double', 'bound', default_value='ns3::NormalRandomVariable::INFINITE_VALUE')]) |
5661 ## random-variable-stream.h (module 'core'): uint32_t ns3::NormalRandomVariable::GetInteger(uint32_t mean, uint32_t variance, uint32_t bound) [member function] |
5661 ## random-variable-stream.h (module 'core'): uint32_t ns3::NormalRandomVariable::GetInteger(uint32_t mean, uint32_t variance, uint32_t bound) [member function] |
5662 cls.add_method('GetInteger', |
5662 cls.add_method('GetInteger', |
5663 'uint32_t', |
5663 'uint32_t', |
5664 [param('uint32_t', 'mean'), param('uint32_t', 'variance'), param('uint32_t', 'bound')]) |
5664 [param('uint32_t', 'mean'), param('uint32_t', 'variance'), param('uint32_t', 'bound')]) |
5665 ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetValue() [member function] |
5665 ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetValue() [member function] |