﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2322	Random() produces unexpected result.	autoit@…		"If the MIN and MAX values are the same number, the result should be that number. Instead, Random() returns 0.


{{{
$foo = Random(1, 1, 1)
ConsoleWrite("".\"" & @ScriptName & "" ("" & @ScriptLineNumber & "") : ==> "" & ""foo: "" & $foo & @LF)

#cs
---------- RUN ----------
.\test.au3 (12) : ==> foo: 0

Output completed (0 sec consumed) - Normal Termination
#ce

}}}


Random(5, 5) also returns 0.
"	Feature Request	closed		AutoIt		None	Rejected		
