Skip to content

Instantly share code, notes, and snippets.

@s1monw1
Created October 30, 2017 11:38
Show Gist options
  • Select an option

  • Save s1monw1/45dd505d98d959ca0b1ec092e9c806aa to your computer and use it in GitHub Desktop.

Select an option

Save s1monw1/45dd505d98d959ca0b1ec092e9c806aa to your computer and use it in GitHub Desktop.
public class SingleExpFun {
private BooleanSupplier trueOrFalse = new Random()::nextBoolean;
private boolean getNext(){
return trueOrFalse.getAsBoolean();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment