public static final class IRandomGenerator.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IRandomGenerator.Jsii$Default
IRandomGenerator.Jsii$Default, IRandomGenerator.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
nextBoolean() |
java.lang.Number |
nextInt(java.lang.Number min,
java.lang.Number max) |
public final java.lang.Boolean nextBoolean()
nextBoolean
in interface IRandomGenerator
nextBoolean
in interface IRandomGenerator.Jsii$Default
public final java.lang.Number nextInt(java.lang.Number min, java.lang.Number max)
nextInt
in interface IRandomGenerator
nextInt
in interface IRandomGenerator.Jsii$Default
min
- This parameter is required.max
- This parameter is required.