Version: 1.0.0.4
Status: Pre-release
Released: 2008-04-16
License: MIT License
No downloadable files are available for this release but you can obtain the source code from GitHub.
Source-Code

This is open source under the MIT License. You can obtain the source code for this specific version from GitHub or browse the releases for source code associated with specific versions. If you make any changes which you feel improves this application, please feel free to submit a pull - request.

Release Notes
  • Minor performance tweaks & typo corrections.


  • 1) The /Priority switch now sets the process and thread priority to NORMAL.

    2) If you specify the thread count to be equal to the number of processors (without regard to logical / physical CPUs), the process will set each of the worker threads to a separate ideal processor.
    Note: The process will NOT set the threads CPU affinity, it only sets the CPU "Ideal Process" which acts as a hint to the internal windows thread scheduler.

    3) The process now employs the use of a "wait event" to monitor thread completion as opposed to the polling method which was used in the past versions.

    4) Corrected several "typos".
  • Fixed under/over flow issue.

  • Resolved two issues which would cause the process to run indefinitely:

    1) Converted all character generation functions to use unsigned chars.
    2) You can now only generate strings with characters between 0 and 254 (this version ommits ascii character 255).