@Internal public static interface IRandomGenerator.Jsii$Default extends IRandomGenerator
IRandomGenerator.IRandomGenerator.Jsii$Default, IRandomGenerator.Jsii$Proxy| Modifier and Type | Method and Description |
|---|---|
default Boolean |
nextBoolean() |
default Number |
nextInt(Number min,
Number max) |
@Stability(value=Experimental) @NotNull default Boolean nextBoolean()
nextBoolean in interface IRandomGenerator@Stability(value=Experimental) @NotNull default Number nextInt(@NotNull Number min, @NotNull Number max)
nextInt in interface IRandomGeneratormin - This parameter is required.max - This parameter is required.Copyright © 2021. All rights reserved.