zorggomat/FractalCryptGUI

Noise generation does not use randomness for majority of file

akx opened this issue · 1 comments

akx commented

The noise generator is broken in fe87ec8.

The random generator is only used for the last non-4096 byte remainder; the majority of the file is filled with repetitions of the uninitialized buffer buffer.

_<
fixed it in 52d475c