Make random more random than the google bot
This commit is contained in:
parent
cabf942362
commit
acc8947782
11 changed files with 20 additions and 43 deletions
|
@ -17,9 +17,9 @@ namespace Geekbot.net.Lib.Media
|
|||
private string[] _pumpkinImages;
|
||||
private string[] _turtlesImages;
|
||||
|
||||
public MediaProvider(Random rnd, IGeekbotLogger logger)
|
||||
public MediaProvider(IGeekbotLogger logger)
|
||||
{
|
||||
_random = rnd;
|
||||
_random = new Random();
|
||||
_logger = logger;
|
||||
|
||||
logger.Information("Geekbot", "Loading Media Files");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue