- Python `random.choice` - Rust (de facto stdlib ...
# stdlib
k
• Python
random.choice
• Rust (de facto stdlib via the random crate)
rand::thread_rng().choose
• C++17
std::sample
• PHP
array_rand
• Ruby
array.sample