lorenSchmidt/fractal_cell_noise

seed the creation of noise_table

bandaloo opened this issue · 0 comments

in the current implementation, a noise_table is generated with Math.random(), so the noise will be different each time given the same seed. Math.random() can't be seeded