| Crates.io | random_sequence |
| lib.rs | random_sequence |
| version | 0.1.1 |
| created_at | 2021-03-10 13:28:59.786231+00 |
| updated_at | 2021-03-10 13:32:21.646872+00 |
| description | Generate a random shuffle of the numbers between start (inclusive) and end (exclusive) |
| homepage | |
| repository | |
| max_upload_size | |
| id | 366775 |
| size | 13,323 |
Generate a random shuffle of the numbers between start (inclusive) and end (exclusive) in O(1) space.
No repeats will be generated. No number in the range won't be generated.