The MASM Forum

Microsoft 64 bit MASM => Tools & Toys => Topic started by: hutch-- on September 05, 2017, 07:26:14 PM

Title: 64 bit fast random word generator.
Post by: hutch-- on September 05, 2017, 07:26:14 PM
The old one written in 32 bit BASIC was ok for 32 bit sized tests but far too slow for making large word lists to test the speed of string sorting algorithms. This is a completely new one written in 64 bit MASM that is much faster than the old one. run it from the command line to get the notation. The source is a joy to behold and is a bit fiddly but its clear enough.