Interface IRandomInjectable
Represents a class that can be injected with a random numbers generator.
Namespace: Edgar.Legacy.Utils.Interfaces
Assembly: Edgar.dll
Syntax
public interface IRandomInjectable
Remarks
It is useful when debugging algorithms based on probabilties.
Methods
InjectRandomGenerator(Random)
Injects an instance of a random numbers generator.
Declaration
void InjectRandomGenerator(Random random)
Parameters
Type | Name | Description |
---|---|---|
System.Random | random |