mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
Remove unused IRand interface
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
namespace Robust.Client.Utility
|
||||
{
|
||||
public interface IRand
|
||||
{
|
||||
int Next();
|
||||
int Next(int maxValue);
|
||||
int Next(int minValue, int maxValue);
|
||||
void NextBytes(byte[] buffer);
|
||||
double NextDouble();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user