#include <genesis/placement/simulator/distributions.hpp>
Definition at line 296 of file distributions.hpp.
Public Member Functions | |
| SimulatorProximalLengthDistribution ()=default | |
| SimulatorProximalLengthDistribution (SimulatorProximalLengthDistribution &&)=default | |
| SimulatorProximalLengthDistribution (SimulatorProximalLengthDistribution const &)=default | |
| ~SimulatorProximalLengthDistribution ()=default | |
| double | generate (PlacementTreeEdge const &edge) |
| Return a randomly chosen position on an edge. More... | |
| SimulatorProximalLengthDistribution & | operator= (SimulatorProximalLengthDistribution &&)=default |
| SimulatorProximalLengthDistribution & | operator= (SimulatorProximalLengthDistribution const &)=default |
| void | prepare (Sample const &sample) |
| Prepare the distribution for usage. Needs to be called before generate(). More... | |
|
default |
|
default |
|
default |
|
inline |
Return a randomly chosen position on an edge.
Definition at line 329 of file distributions.hpp.
|
default |
|
default |
|
inline |
Prepare the distribution for usage. Needs to be called before generate().
Definition at line 320 of file distributions.hpp.