| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-07-21 | Remove unnecessary imports in rand.rs. | Rose Hogenson | 1 | -2/+0 | |
| 2023-07-21 | Make another unnecessary change. | Rose Hogenson | 1 | -3/+2 | |
| 2023-07-21 | Remove reading from /dev/urandom. | Rose Hogenson | 1 | -23/+2 | |
| For greater portability, we will only use the system time for seeding the random generator. It's not like it matters anyway. | |||||
| 2023-07-21 | Remove dependency on the rand crate. | Rose Hogenson | 1 | -0/+47 | |
| I don't need a dependency to generate random numbers. I know how to generate random numbers. | |||||
