7 lines
No EOL
168 B
C#
7 lines
No EOL
168 B
C#
namespace Geekbot.net.Lib.RandomNumberGenerator
|
|
{
|
|
public interface IRandomNumberGenerator
|
|
{
|
|
int Next(int minValue, int maxExclusiveValue);
|
|
}
|
|
} |