|
|
kobus wrote:
>
> Hello there,
>
> I have a question about random and seed. First one have to declare seed(A).
> Will random then return a value between A and A+1? If that is the case I
> understood the manual correctly.
>
> thanks, kobus
Rand will always return a value from 0 to 1. The seed number will determine
where between 0 and 1 the value starts.
--
Ken Tyler - 1300+ Povray, Graphics, 3D Rendering, and Raytracing Links:
http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/
Post a reply to this message
|
|