diff options
Diffstat (limited to 'Random numbers in Rust.md')
-rw-r--r-- | Random numbers in Rust.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Random numbers in Rust.md b/Random numbers in Rust.md new file mode 100644 index 0000000..85b4e59 --- /dev/null +++ b/Random numbers in Rust.md @@ -0,0 +1,3 @@ +[[Rust]] + +To do random numbers we can use the [rand crate](https://crates.io/crates/rand).
\ No newline at end of file |