-
Method Summary
Returns a supplier from the specified seed that generates a new JsBool each time it's called
Returns a generator produces uniformed distributions of JsBool
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface fun.gen.Gen
map, peek, sample, sample, sample, suchThat, suchThat, then
-
Method Details
-
arbitrary
public static fun.gen.Gen<JsBool> arbitrary()
Returns a generator produces uniformed distributions of JsBool
- Returns:
- a JsBool generator
-
apply
Returns a supplier from the specified seed that generates a new JsBool each time it's called
- Specified by:
apply
in interface Function<Random,Supplier<JsBool>>
- Parameters:
seed
- the generator seed
- Returns:
- a JsBool supplier