random_port: Generate a random port number
Description
Ideally, phantomjs should support a random port, assigned by the OS.
But it does not, so we generate one randomly and hope for the best.Usage
random_port(min = 3000, max = 9000)
Value
integer scalar, generated port number