tv
// usage
randBox.tv()
randBox.tv({side: 'west'})
Generate a TV station call sign. This is an alias for radio()
since they both
follow the same rules.
randBox.radio();
=> 'WXTY'
Optionally specify a side of the Mississippi River to limit stations to that side.
randBox.radio({side: 'west'});
=> 'KCYL'
randBox.radio({side: 'west'});
=> 'KQDV'
Last updated on: