1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 17:22:10 +02:00
tldr/pages/common/pgmnoise.md

12 lines
354 B
Markdown

# pgmnoise
> Generate white noise.
> More information: <https://netpbm.sourceforge.net/doc/pgmnoise.html>.
- Generate a PGM image containing white noise:
`pgmnoise {{width}} {{height}} > {{path/to/output.pgm}}`
- Specify the seed for the pseudo-random number generator:
`pgmnoise {{width}} {{height}} -randomseed {{value}} > {{path/to/output.pgm}}`