Add a better random number generator
This commit is contained in:
parent
fe08eee049
commit
4143180b42
8 changed files with 85 additions and 9 deletions
|
@ -0,0 +1,7 @@
|
|||
namespace Geekbot.net.Lib.RandomNumberGenerator
|
||||
{
|
||||
public interface IRandomNumberGenerator
|
||||
{
|
||||
int Next(int minValue, int maxExclusiveValue);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue