XNACS1Lib: CSS490 Spring 2011 
        
          
            
        
          
            
        
        
          
            
        
      
      
    
          
            
Overload List
        
        | Name | Description | |
|---|---|---|
| 
                 | 
              RandomFloat()()()() | 
                 
            Returns a random number between 0.0 to 1.0
             
               | 
            
| 
                 | 
              RandomFloat(Single) | 
                 Returns a random float between 0 and max.  This function may return 0, or may return
            a number that's close to max, but will never return max itself
             
               | 
            
| 
                 | 
              RandomFloat(Single, Single) | 
                 
            Returns a float between min and max.  This function may return min, or may return
            a number that's close to max, but will never return max itself
             
               |