I'm so glad to see that Leetcode supports Rust now!
However some important crates are not included in std so as not valid in leetcode.
rand is essential for implementing stochastic algorithms and solving problems in leetcode.
Similar random libraries is accessible for C++, Java, Python and other language which makes it harder for Rust to solve some problems.