C# Class DotNetWorkQueue.Transport.PostgreSQL.Decorator.ThreadSafeRandom

Mostra file Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
Next ( int min, int max ) : int
ThreadSafeRandom ( ) : System

Method Details

Next() public method

public Next ( int min, int max ) : int
min int
max int
return int

ThreadSafeRandom() public method

public ThreadSafeRandom ( ) : System
return System