C# Class Dev2.Common.Dev2Random

Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
GetRandom ( enRandomType type, int length, double from, double to ) : string

Private Methods

Méthode Description
DecimalPlaces ( double x ) : uint
GenerateLetters ( int length, int &seed ) : string
GenerateMixed ( int length, int &seed ) : string
GenerateNumbers ( double from, double to, int &seed ) : string
GetDecimalPlaces ( double from, double to ) : uint
GetRandom ( int &seed ) : Random
IsInIntRange ( double x ) : bool

Method Details

GetRandom() public méthode

public GetRandom ( enRandomType type, int length, double from, double to ) : string
type enRandomType
length int
from double
to double
Résultat string