TK.RandomNext Method
        
		
       
       
        Returns a random integer that is within a specified range.
		
	
	
	
				
			
	
			
				
				
				
				
					This language is not supported or no code example is available.
			
				 
			 
		 
		
		
			
	
			
				
				
				
				
					This language is not supported or no code example is available.
			
				 
			 
		 
		
		
	 
	Parameters
	- 
		
			min
		
	
 
	- 
		object 
	
 
	The inclusive lower bound of the random number returned. 
	- 
		
			max
		
	
 
	- 
		object 
	
 
	The exclusive upper bound of the random number returned. maxValue must be greater than or equal to minValue. 
	
		Return Value
	int 
	
	 
 
  
	
	
	
	
	
	
		
  
.NET Framework
Supported in: 4.8