random_port: Select a random safe port

View source: R/aaa.R

random_portR Documentation

Select a random safe port

Description

This is a small utility function to get random safe ports to run your application on. It chooses a port within the range that cannot be registeret to IANA and thus is safe to assume are not in use.

Usage

random_port()

Value

An integer in the range 49152-65535

Examples

random_port()


fiery documentation built on June 22, 2024, 10:58 a.m.