IVariantRandomT Interface

Provides support for pseudo-random generation of variants of a type using Random.

Definition

Namespace: Jodosoft.Primitives
Assembly: Jodosoft.Primitives (in Jodosoft.Primitives.dll) Version: 2.0
public interface IVariantRandom<out T>

Type Parameters

T
The type for which to generate variants.

Methods

Generate Returns a random value of T matching one of the specified variants.

See Also