Random file generator

NB: the point of this is to obtain a random +/- uncompressable file. The random function used, Math.random(), is not cryptographically secure.
It seems that the default cryptographically secure function, window.crypto.getRandomValues, isn’t able to provide more than 64 KiB of random data at once.

Parameters

between and