diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-05-06 16:06:20 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-05-06 16:22:48 +0200 |
| commit | 111be468f0c78a572731ba1a273f8166dcdf7b1c (patch) | |
| tree | fc6ebb97f580dafb9f949627d7720b0c86818922 /README.md | |
| parent | ee183ebbdfdf407044948aefa06f8a131dd23213 (diff) | |
| download | code.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.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
