.TH random-ip 1 .SH NAME random-ip \- print random IPv4 addresses .SH SYNOPSIS random-ip [loops] [byte1] [byte2] [byte3] .SH DESCRIPTION Program .B random-ip prints .I loops random ipv4 addresses, one per line. If .I loops command line argument is not specified, it defaults to 10000. Further command line arguments fix first, second and third octet of generated addressed to specified values. They are interpreted as decimal integers in range from 0 to 255. .SH ERRORS This program does not any input value validation, any command line arguments are accepted. If argument does not parse as proper decimal integer, value of longest prefix, that do parse is used. .P If arguments that specify octets in generated addresses are lesser then 0 or bigger then 255, the value is interpreted modulo 256.