mirror of
https://gitee.com/bimuziyan/ccc-obfuscated-code.git
synced 2026-05-08 12:05:58 +08:00
531 B
531 B
radio
// usage
chance.radio()
Generate a random radio call sign.
chance.radio();
=> 'KCXW'
Optionally specify a side of the Mississippi River to limit stations to that side.
See K and W for more details
chance.radio({side: 'east'});
=> 'WKOQ'
chance.radio({side: 'east'});
=> 'WNOW'