Package jsonvalues.gen
Class JsBoolGen
- java.lang.Object
-
- jsonvalues.gen.JsBoolGen
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Supplier<JsBool>
apply(Random seed)
Returns a supplier from the specified seed that generates a new JsBool each time it's calledstatic fun.gen.Gen<JsBool>
arbitrary()
Returns a generator produces uniformed distributions of JsBool
-
-
-
Method Detail
-
arbitrary
public static fun.gen.Gen<JsBool> arbitrary()
Returns a generator produces uniformed distributions of JsBool- Returns:
- a JsBool generator
-
-