Interface IRandomGenerator.Jsii$Default
- All Superinterfaces:
IRandomGenerator
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IRandomGenerator.Jsii$Proxy
- Enclosing interface:
- IRandomGenerator
Internal default implementation for
IRandomGenerator
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.autoscaling.common.IRandomGenerator
IRandomGenerator.Jsii$Default, IRandomGenerator.Jsii$Proxy
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
nextBoolean
- Specified by:
nextBoolean
in interfaceIRandomGenerator
-
nextInt
- Specified by:
nextInt
in interfaceIRandomGenerator
- Parameters:
min
- This parameter is required.max
- This parameter is required.
-