IRandomizable
Interface. Represents an entity that simulates randomness using System.Random. The purpose of this interface is to make the entity's instance of System.Random available for retrieval and modification. This is important for controlling seeds during testing.
Methods
No public methods.
Properties
Property
Type
Description
Random
System.Random
The instance of System.Random used to simulate randomness.
Last updated