Gets or sets the random number generator used to give an initial push between objects
            that are located at the same position.
            
            
            
            
            
            
            
            
            public Random RandomNumberGenerator {get; set;}
             
        
             
        
            
            
            Property Value
Initially this is null, which causes a new 
System.Random to be used.