random_sequence

Crates.iorandom_sequence
lib.rsrandom_sequence
version0.1.1
sourcesrc
created_at2021-03-10 13:28:59.786231
updated_at2021-03-10 13:32:21.646872
descriptionGenerate a random shuffle of the numbers between start (inclusive) and end (exclusive)
homepage
repository
max_upload_size
id366775
size13,323
Jonathan Dönszelmann (jdonszelmann)

documentation

README

Random Sequence

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.

Commit count: 0

cargo fmt