Difference Procedural Generation and Random Generation

Posted by U-No-Poo on Programmers See other posts from Programmers or by U-No-Poo
Published on 2012-12-19T10:10:11Z Indexed on 2012/12/19 11:13 UTC
Read the original article Hit count: 574

Filed under:
|

Today, I got into an argument about the term "procedural generation".

My point was that its different from "classic" random generation in the way that procedural is based on a more mathematical, fractal based, algorithm leading to a more "realistic" distribution and the usual randomness of most languages are based on a pseudo-random-number generator, leading to an "unrealistic", in a way, ugly, distribution. This discussion was made with a heightmap in mind.

The discussion left me somehow unconvinced about my own arguments though, so, is there more to it? Or am I the one who is, in fact, simply wrong?

© Programmers or respective owner

Related posts about random

Related posts about procedural