1
0
mirror of https://github.com/hsoft/collapseos.git synced 2025-04-04 13:38:39 +11:00

Update rnd procedure comment

This commit is contained in:
Keith Stellyes 2019-10-13 13:26:30 -07:00
parent fdce67f8ba
commit daed7de5be

View File

@ -1,6 +1,7 @@
; Part of kernel because ideally we have some sort of entropy. For now,
; just having it be user-provided for prototypical purposes.
; Implementation by John Metcalf of
; This is the HiSoft C compiler output for a C Implementation written and compiled
; by John Metcalf of
; http://www.retroprogramming.com/2017/07/xorshift-pseudorandom-numbers-in-z80.html
; (Slightly altered for CollapseOS)
;