Package yass.traffic

Class Summary
DestinationPicker Randomly chooses a destination.
DistanceBoundedDestinationPicker Selects with equal probability any of the candidate destination nodes whose distance from the source node is within acceptable bounds.
RandomDestinationPicker Randomly selects a destination other than the source node.
UnweightedDestinationPicker Randomly selects a destination from the set of candidate destinations, such that every candidate destination has an equal probability of selection.
WeightedDestinationPicker Selects from a set of candidate destination nodes such that the frequency of selecting any given node is proportional to the selection weight assigned to that node.