Ejemplo n.º 1
0
 public DemoGameController(IMemoryCache cache, IPRNGRandomService prng, IRandomContributorService randomContributorService, IChaosProtocolService protocol)
 {
     this.cache = cache;
     this.prng  = prng;
     this.randomContributorService = randomContributorService;
     this.protocol = protocol;
 }
Ejemplo n.º 2
0
 public RandomController(IPRNGRandomService randomService)
 {
     this.randomService = randomService;
 }