pouët.net

Random

5 byte random number generator & example code for the C64

For documentation, see rndgen.c, the code for generating "seed" values
for this little pseudorandom number generator. For an example run the
random.prg file.

The .asm source for the C64 .prg can be compiled using dasm on any UNIX
- like by calling "make".


Files in the archive:

makefile	GNU Make compatible makefile for generating random.prg
random.asm	Source code for the C64 example program
random.prg	Compiled C64 example program
random_8b.txt	Contains all the 40 available 8bit sequences
readme.txt	This file
rndgen.c	Seed value generator & documentation
stub.prg	BASIC header, needed to compile random.asm


A full 16 bit seed value list is coming soon! (Running since a day, i
am already at 40000 with more than 3000 values :D )


Jubatian