package random
- Alphabetic
 
- Public
 - All
 
Type Members
- 
      
      
      
        
      
    
      
        
        class
      
      
        RandomUtil extends RandomUtilFunctions
      
      
      
Utility functions for working with random numbers.
Utility functions for working with random numbers. It's more convenient to use the companion
RandomUtilobject, unless you need to specify your ownscala.util.Randominstance. - 
      
      
      
        
      
    
      
        
        trait
      
      
        RandomUtilFunctions extends AnyRef
      
      
      
The trait that implements the actual random utility methods.
 
Value Members
- 
      
      
      
        
      
    
      
        
        object
      
      
        RandomUtil extends RandomUtilFunctions
      
      
      
Utility functions for working with random numbers.
Utility functions for working with random numbers. These functions use the default
scala.util.Randomobject. To specify your ownRandominstance, create an instance of theRandomUtilcompanion class.