Interface IRandom<T>
- Namespace
- SunamoInterfaces.Interfaces
- Assembly
- SunamoInterfaces.dll
Interface for generating random values of type T.
public interface IRandom<T>
Type Parameters
TThe type of random value to generate.
- Extension Methods
Properties
LengthOfPasswordKey
Gets the length of the password key.
int LengthOfPasswordKey { get; }
Property Value
Methods
GetRandom()
Gets a random value.
T GetRandom()
Returns
- T
Random value of type T.