IVariantRandomT Interface
Provides support for pseudo-random generation of variants of a type using
Random.
Namespace: Jodosoft.PrimitivesAssembly: Jodosoft.Primitives (in Jodosoft.Primitives.dll) Version: 2.0
public interface IVariantRandom<out T>
Public Interface IVariantRandom(Of Out T)
generic<typename T>
public interface class IVariantRandom
type IVariantRandom<'T> = interface end
Type Parameters
- T
- The type for which to generate variants.
Generate |
Returns a random value of T matching one of the specified variants.
|