All Downloads are FREE. Search and download functionalities are using the official Maven repository.

utils.BooleanUtilities Maven / Gradle / Ivy

package utils;

import java.util.Random;

public class BooleanUtilities {

    private final Printer log = new Printer(BooleanUtilities.class);

    public Boolean generateRandomBoolean(){
        return new Random().nextBoolean();
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy