interface IRandomGenerator
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.AutoScaling.Common.IRandomGenerator | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsautoscalingcommon#IRandomGenerator | 
  Java | software.amazon.awscdk.services.autoscaling.common.IRandomGenerator | 
  Python | aws_cdk.aws_autoscaling_common.IRandomGenerator | 
  TypeScript (source) | aws-cdk-lib » aws_autoscaling_common » IRandomGenerator | 
Methods
| Name | Description | 
|---|---|
| next | |
| next | 
nextBoolean() 
public nextBoolean(): boolean
Returns
boolean
nextInt(min, max) 
public nextInt(min: number, max: number): number
Parameters
- min 
number - max 
number 
Returns
number

 .NET
 Go
 Java
 Python
 TypeScript (