Before morning workout progress: This is the last of these before the refactor to do large sets on an unexpanded VIC-20. This one cheats and uses a 128 to do 30k DIMs. #commodore
SUPER happy with this so far. Generating 100 random mod 256 integers with a Lagged Fibonacci Sequence, then test the distribution for randomness-Monte Carlo value for pi (is it in the circle?) on an unexpanded VIC 20 #commodore #embracecontraints
Well, that random distribution count really sucks. Gonna have to work on this algorithm a lot more… In 10000 iterations, 1 came up 358 times and 2 came up 1669 times. Bleh.
Sometimes during conference calls I do weird things.You know, like write a Lagged Fibonacci Generator (PRNG) on a VIC 20…
Headed out for a holiday cookout, but while I’m waiting for everyone… I need top 500, 1000,10k and 50k English word files in SEQ files. Was simple enough
I’ve read a lot of marginal documentation over the years. This one is in the bottom 5 of all time. I’ve read it twice and I still don’t know how to do anything with it.
Done a fair amount of Commodore Assembly now but never on the VIC 20. No time like the present. Seems simple enough but I’m going to have to find a decent editor, the monitor method only works so long.
Back to implementing Enigma. These rings are obviously horizontal for testing, but top down they are left, middle and right. Middle should rotate when right(bottom) gets to V (the “notch”) and top when middle gets to E. Making progress…