src/point-to-point/bindings/modulegen__gcc_LP64.py
changeset 9114 41bfd88f8055
parent 8986 3391f6a7fb3b
child 9190 882381aa270d
equal deleted inserted replaced
9113:63eba52498e1 9114:41bfd88f8055
  4620     ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetBound() const [member function]
  4620     ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetBound() const [member function]
  4621     cls.add_method('GetBound', 
  4621     cls.add_method('GetBound', 
  4622                    'double', 
  4622                    'double', 
  4623                    [], 
  4623                    [], 
  4624                    is_const=True)
  4624                    is_const=True)
  4625     ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetValue(double mean, double variance, double bound) [member function]
  4625     ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetValue(double mean, double variance, double bound=ns3::NormalRandomVariable::INFINITE_VALUE) [member function]
  4626     cls.add_method('GetValue', 
  4626     cls.add_method('GetValue', 
  4627                    'double', 
  4627                    'double', 
  4628                    [param('double', 'mean'), param('double', 'variance'), param('double', 'bound')])
  4628                    [param('double', 'mean'), param('double', 'variance'), param('double', 'bound', default_value='ns3::NormalRandomVariable::INFINITE_VALUE')])
  4629     ## random-variable-stream.h (module 'core'): uint32_t ns3::NormalRandomVariable::GetInteger(uint32_t mean, uint32_t variance, uint32_t bound) [member function]
  4629     ## random-variable-stream.h (module 'core'): uint32_t ns3::NormalRandomVariable::GetInteger(uint32_t mean, uint32_t variance, uint32_t bound) [member function]
  4630     cls.add_method('GetInteger', 
  4630     cls.add_method('GetInteger', 
  4631                    'uint32_t', 
  4631                    'uint32_t', 
  4632                    [param('uint32_t', 'mean'), param('uint32_t', 'variance'), param('uint32_t', 'bound')])
  4632                    [param('uint32_t', 'mean'), param('uint32_t', 'variance'), param('uint32_t', 'bound')])
  4633     ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetValue() [member function]
  4633     ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetValue() [member function]