Do no remove, this fixes the anchor on doc.flexsim.com
			
				
				
				Parameters
				
					| stream | 
						
			the stream your distribution will use.
		 | 
					
				
				Description
				Returns a random variate from a defined Empirical Distribution tool.
				return Empirical("Distribution1").get(getstream(current));
			
 
		 
		
			Do no remove, this fixes the anchor on doc.flexsim.com
			
				
				
				Parameters
				
					| name | 
						The name of a defined Empirical Distribution tool. | 
					
				
				Description
				Creates a reference to a defined Empirical Distribution tool.
				Empirical distribution1 = Empirical("Distribution1");