Join Slack
Powered by
- Python `random.choice` - Rust (de facto stdlib ...
# stdlib
k
karelpeeters
06/16/2018, 11:07 PM
• 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
Open in Slack
Previous
Next