struct RNG
  - RNG
- ECS::Component
- Struct
- Value
- Object
    
  
    Defined in:
  
  
    
      
        wif/game/systems.cr
      
    
    
  
  
    
  
    Constructors
  
  
  
    
  
    Class Method Summary
  
  
  
    
  
    Instance Method Summary
  
  
  
    
    
    
    
  
    
    
    
    
  
    
    
    
    
  
    
    
    
    
  
    
    
    
    
  
    
    
    
    
  
  
    
  
    Constructor Detail
  
  
    
      
        
        def self.
new(rng : Random)
        
#
       
  
  
    
  
    Class Method Detail
  
  
    
      
        
        def self.
component_index
        #
      
        
      
     
  
  
    
  
    Instance Method Detail
  
  
    
  
    
      
        
        def 
copy_with(rng _rng = @rng)
        
#