This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 8-bit Complementary-Multiply-With-Carry (CMWC) random number generator. | |
; Created by Patrik Rak in 2012, and revised in 2014/2015, | |
; with optimization contribution from Einar Saukas and Alan Albrecht. | |
; See http://www.worldofspectrum.org/forums/showthread.php?t=39632 | |
org 40000 | |
call rnd ; BASIC driver | |
ld c,a | |
ld b,0 |