Created
June 11, 2019 18:13
-
-
Save jenetics/46df7e722400c90df17ab23d2203836b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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