perfect_rand 0.3.0

A cipher for randomizing numbers in an arbitrary range.
Documentation
1
2
3
4
5
6
7
# perfect_rand

[![docs.rs](https://img.shields.io/docsrs/perfect_rand)](https://docs.rs/perfect_rand)

A port of the Blackrock cipher used in [Masscan](https://github.com/robertdavidgraham/masscan) to Rust.

Its original purpose is efficiently randomizing the order of port scans without having to put every possible target in memory and shuffling.