![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, low, high) | |
| shoot (self) | |
| __call__ (self) | |
Public Attributes | |
| low = float(low) | |
| high = float(high) | |
Definition at line 45 of file samplers.py.
| python.samplers.UniformSampler.__init__ | ( | self, | |
| low, | |||
| high ) |
Definition at line 48 of file samplers.py.
|
inherited |
This is the call method that will actually be used (so that normal functions can also be passed in as samplers).
Definition at line 17 of file samplers.py.
| python.samplers.UniformSampler.shoot | ( | self | ) |
Reimplemented from python.samplers.Sampler.
Definition at line 53 of file samplers.py.
| python.samplers.UniformSampler.high = float(high) |
Definition at line 51 of file samplers.py.
| python.samplers.UniformSampler.low = float(low) |
Definition at line 50 of file samplers.py.