File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ interface PRNG {
114114} 
115115
116116/** 
117- * Interface for generating uniformly distributed  pseudorandom numbers with pre-specified parameter values. 
117+ * Interface for generating pseudorandom numbers drawn from a discrete uniform distribution  with pre-specified parameter values. 
118118*/ 
119119interface  UnaryFunction  extends  PRNG  { 
120120	/** 
@@ -128,7 +128,7 @@ interface UnaryFunction extends PRNG {
128128} 
129129
130130/** 
131- * Interface for generating uniformly distributed  pseudorandom numbers without pre-specified parameter values. 
131+ * Interface for generating pseudorandom numbers drawn from a discrete uniform distribution  without pre-specified parameter values. 
132132*/ 
133133interface  TernaryFunction  extends  PRNG  { 
134134	/** 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments