﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1538	Random(1, 1, 1) = 0	timsky		"AutoIt 3.3.6.0
Windows 7 x64 En

First ticket was closed with resolution that this is not a bug:
http://www.autoitscript.com/trac/autoit/ticket/1170

Second ticket was closed with words that this bug is fixed in latest beta:
http://www.autoitscript.com/trac/autoit/ticket/1251

Now on latest AutoIt version 3.3.6.0 I get this bug (again?):

{{{
$rnd = Random(1, 1, 1)
MsgBox(0, @error, $rnd)
}}}

I think Random generator should return a number if Min and Max are equal. I mean Random(10, 10, 1) should return 10 because sometimes Min or Max or both of them are dynamically changed during script execution. 
Also when Random() returns 0 this might lead to error(s) if coder will not forget to add error handling routine.

Thank you!"	Bug	closed		AutoIt	3.3.6.0	None	No Bug	Random	
