fromEpochBinary(epoch?: number, buf?: Uint8Array) {
        buf = this.timeOnlyBinary(epoch, buf);
        return this.rnd
            ? randomBytesFrom(this.rnd, buf, this.epochSize)
            : randomBytes(buf, this.epochSize);