Namespace Rebus.Server
Classes
AStarSearch
Provides an implementation of the A* search algorithm. This class cannot be inherited.
EvaluationContext
FisherYatesShuffle
Performs Durstenfeld's Fisher–Yates shuffle algorithm to randomize collections.
JuliaSet
Performs the Julia set function.
PowerSet
Provides a method to create a power set for a given set.