From 111be468f0c78a572731ba1a273f8166dcdf7b1c Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 6 May 2025 16:06:20 +0200 Subject: rand: Add an example with PRNG MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') 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 -- cgit v1.2.3