ip_random
generates random IP addresses.
These currently only follow IPv4 standards, since IPv6 addresses
are too large to be stored in R in their numeric form. All
IPs generated this way are valid.
ip_random(n)
a character vector of randomly-generated IPv4 addresses, in their dotted-decimal form.
ip_to_numeric
for converting random_ips
'
output to its numeric form, and range_generate
for
generating all IP addresses within a specific range.
ip_random(1)#> [1] "11.44.173.42" #>#[1] "49.20.57.31"