Table of Contents
List of game services that are initialized by the engine
- GraphicsDevice
- ContentManager
- Random 1
-
This is put in because when creating a new instance of Random it is seeded by time - which if new instances are created quickly - the same random value could be generated. See http://stackoverflow.com/questions/2727538/random-encounter-not-so-random ↩