Table of Contents

Interface IRandom<T>

Namespace
SunamoInterfaces.Interfaces
Assembly
SunamoInterfaces.dll

Interface for generating random values of type T.

public interface IRandom<T>

Type Parameters

T

The type of random value to generate.

Extension Methods

Properties

LengthOfPasswordKey

Gets the length of the password key.

int LengthOfPasswordKey { get; }

Property Value

int

Methods

GetRandom()

Gets a random value.

T GetRandom()

Returns

T

Random value of type T.