Table of Contents

Class RandomizationStage

Namespace
RandomizerCore.Randomization
Assembly
RandomizerCore.dll

A collection of RandomizationGroups which should be randomized concurrently by the randomizer, and placed according to the stage's strategy.

public class RandomizationStage
Inheritance
RandomizationStage
Inherited Members

Fields

groups

public RandomizationGroup[] groups

Field Value

RandomizationGroup[]

label

public string label

Field Value

string

strategy

public StagePlacementStrategy strategy

Field Value

StagePlacementStrategy

Methods

OnNewAttempt()

Called on each new attempt of the randomizer. Base calls OnNewAttempt on each group in the stage.

public virtual void OnNewAttempt()

ToString()

public override string ToString()

Returns

string