diff options
Diffstat (limited to 'generator')
-rw-r--r-- | generator/pbmnoise.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generator/pbmnoise.c b/generator/pbmnoise.c index 938f48de..9a537d5c 100644 --- a/generator/pbmnoise.c +++ b/generator/pbmnoise.c @@ -1,7 +1,8 @@ /* pbmnoise.c - create a random bitmap of a specified size with a specified ratio of white/black pixels - Written by Akira F Urushibata December 2021 + Written by Akira F Urushibata and contributed to the public domain + December 2021 */ #include <math.h> |