IRandomGenerator

class aws_cdk.aws_autoscaling_common.IRandomGenerator(*args, **kwargs)

Bases: Protocol

Methods

next_boolean()
Return type:

bool

next_int(min, max)
Parameters:
  • min (Union[int, float]) –

  • max (Union[int, float]) –

Return type:

Union[int, float]