Skip to content

Instantly share code, notes, and snippets.

@jenetics
Created June 11, 2019 18:13
Show Gist options
  • Select an option

  • Save jenetics/46df7e722400c90df17ab23d2203836b to your computer and use it in GitHub Desktop.

Select an option

Save jenetics/46df7e722400c90df17ab23d2203836b to your computer and use it in GitHub Desktop.
final Op<Double> rand1 = EphemeralConst.of(Math::random);
final Op<Double> rand2 = EphemeralConst.of("R", Math::random);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment