C# Class Dev2.Common.Dev2Random

显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
GetRandom ( enRandomType type, int length, double from, double to ) : string

Private Methods

Method 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 method

public GetRandom ( enRandomType type, int length, double from, double to ) : string
type enRandomType
length int
from double
to double
return string