Class FastSourceOfRandomness


  • public class FastSourceOfRandomness
    extends SourceOfRandomness
    A source of randomness with better performance but looser statistical guarantees. This class is meant for use with guided fuzzing, where the Random delegate is usually a StreamBackedRandom. In this case, the random source does not have to give any statistical guarantees such as uniformity or independentness, and therefore is amenable to several optimizations, which are implemented in this class.
    Author:
    Rohan Padhye