Have been trying to create a small program to encrypt/decrypt an text file.
Would like to use RND() function that has been seeded with 4 numbers (0-255). Did it in BASIC years ago on my Apple IIE and it worked great!(255^4=4,294,967,296 possible combos). 'Poked' 4 key numbers into memory locations, ran a small loop to print out 25 random numbers. 'Poked' the same numbers into memory locations, ran the program again and the resulting sequence was the same as the first time!
Are there memory to 'peek' & 'poke' like years ago ?