aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2025-05-06 16:06:20 +0200
committerMiquel Sabaté Solà <mikisabate@gmail.com>2025-05-06 16:22:48 +0200
commit111be468f0c78a572731ba1a273f8166dcdf7b1c (patch)
treefc6ebb97f580dafb9f949627d7720b0c86818922 /README.md
parentee183ebbdfdf407044948aefa06f8a131dd23213 (diff)
downloadcode.nes-111be468f0c78a572731ba1a273f8166dcdf7b1c.tar.gz
code.nes-111be468f0c78a572731ba1a273f8166dcdf7b1c.zip
rand: Add an example with PRNG
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5c4e800..380282e 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,7 @@ The examples are distributed like this:
bullets.
- [scroll](./scroll/README.md): different scrolling tactics.
- [fx](./fx/README.md): simple graphical effects that can be pulled off.
+- [rand](./rand/README.md): different strategies for producing random numbers.
## Other projects