I thought this might be useful for playing around with progressions, so I made a little console app. It writes a WL registry to a file and you can specify (1) what the win rate % is, and (2) how many outcomes you want. It saves all outcomes to a file which you name when you run the program.
1. Download the attached file and unzip it.
2. Open a Windows console and change to the folder where the application is.
3. Type "LWgenerator <percentage> <number> <filename>" and hit <ENTER>
<percentage> is the win rate %. This MUST be a whole number (no decimals).
<number> is the number of outcomes you want to generate.
<filename> name of the file you want to save the generated WL's to.
So to generate 500 outcomes with a win rate of 35% and save them to a file called "myfile", type this:
LWgenerator 35 500 myfile
Note that this is a quick and dirty app. I haven't added any error checking so if the inputs have the wrong format it will probably crash the program.
P.S. If anyone wants a Linux version, let me know and I'll upload it.