POV-Ray : Newsgroups : povray.advanced-users : Random number generator needed ! : Re: Random number generator needed ! Server Time
30 Jul 2024 00:25:21 EDT (-0400)
  Re: Random number generator needed !  
From: Geoff Wedig
Date: 21 Feb 2001 07:44:07
Message: <3a93b817@news.povray.org>
Rune <run### [at] inamecom> wrote:

> "Lutz-Peter Hooge" wrote:
>> I think an array initialized with random numbers could be
>> used for this. Of course it will need to be very large, or
>> the numbers will repeat much more often than in a normal
>> random numer stream.

> At first I thought the array needed would be too large, but wouldn't it work
> to make a relative small array, and then use averages of different numbers
> from the array?

> If 3 numbers from the array were averaged the amount of different numbers
> would be array_length^3 and if 8 numbers were averaged it would be ^8 !

> Maybe this is the solution?

Those wouldn't be equally distributed though.  The mean of three uniformly
distributed numbers is not uniformly distributed.

Geoff


Post a reply to this message

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