From 731bc2e0855de04ec7f57d63e09105fa7f619a45 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 11 Feb 2026 22:15:43 +0100 Subject: bin: improve the style and add more documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit And also run rubocop on the CI for good measure. Signed-off-by: Miquel Sabaté Solà --- src/prng.s | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/prng.s b/src/prng.s index 8211957..d62392e 100644 --- a/src/prng.s +++ b/src/prng.s @@ -23,6 +23,8 @@ ;; The pre-computed table. +;; +;; NOTE: generated via bin/rand.rb; read more on this there. valid_y_rand_table: .byte $25, $87, $B7, $6A, $23, $77, $6D, $71, $6D, $B6, $86, $93, $2B, $97, $A8, $39 .byte $26, $AE, $A6, $70, $9F, $2D, $74, $B2, $8E, $A5, $33, $3E, $6D, $75, $91, $6B -- cgit v1.2.3