POV-Ray : Newsgroups : povray.text.scene-files : self-reseeding randomness : Re: self-reseeding randomness Server Time
8 Jul 2024 11:37:26 EDT (-0400)
  Re: self-reseeding randomness  
From: Pete
Date: 24 Dec 2000 23:27:08
Message: <246.393T2042T9165707PeterC@nym.alias.net>
Forgot to mention one thing: the include uses the
variable "rseed" as the random seed, so if you use this
include, you need pass rseed as the seed to the rand()
function. in other words:

 #declare some_random_value = rand(rseed);


Pete


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.