nsf / pnoise

Perlin noise benchmark
77 stars 23 forks source link

Nim changes #12

Closed def- closed 9 years ago

def- commented 9 years ago

Also, this benchmark depends a lot on the RNG used, doesn't it?

nsf commented 9 years ago

It doesn't depend on RNG. RNG is used only during initialization. Unless RNG is extremely slow, you won't see any difference.