I wish to do something as the title says. I want to be able to generate a random range of an extended value, say like this:
Simba Code:function HandleExtended: Extended;
begin
Result := RandomRange(0.75, 1.00);
end;
Is there any way that I am not seeing that will allow me to generate a random range between extended values?
Thank you very much in advance for any guidance for this matter, I really appreciate it!








Reply With Quote





