- nextBoolean() - Method in class org.symphonyoss.s2.fugue.di.component.impl.RandomNumberProvider
-
- nextBoolean() - Method in interface org.symphonyoss.s2.fugue.di.component.IRandomNumberProvider
-
Returns a pseudorandom, uniformly distributed boolean
value.
- nextBytes(byte[]) - Method in class org.symphonyoss.s2.fugue.di.component.impl.RandomNumberProvider
-
- nextBytes(byte[]) - Method in interface org.symphonyoss.s2.fugue.di.component.IRandomNumberProvider
-
Generates random bytes and places them into a user-supplied
byte array.
- nextDouble() - Method in class org.symphonyoss.s2.fugue.di.component.impl.RandomNumberProvider
-
- nextDouble() - Method in interface org.symphonyoss.s2.fugue.di.component.IRandomNumberProvider
-
Returns a pseudorandom, uniformly distributed double
value between 0.0 and 1.0.
- nextFloat() - Method in class org.symphonyoss.s2.fugue.di.component.impl.RandomNumberProvider
-
- nextFloat() - Method in interface org.symphonyoss.s2.fugue.di.component.IRandomNumberProvider
-
Returns a pseudorandom, uniformly distributed float
value between 0.0 and 1.0.
- nextGaussian() - Method in class org.symphonyoss.s2.fugue.di.component.impl.RandomNumberProvider
-
- nextGaussian() - Method in interface org.symphonyoss.s2.fugue.di.component.IRandomNumberProvider
-
Returns a pseudorandom, Gaussian ("normally") distributed
double value with mean 0.0 and standard
deviation 1.0.
- nextInt() - Method in class org.symphonyoss.s2.fugue.di.component.impl.RandomNumberProvider
-
- nextInt(int) - Method in class org.symphonyoss.s2.fugue.di.component.impl.RandomNumberProvider
-
- nextInt() - Method in interface org.symphonyoss.s2.fugue.di.component.IRandomNumberProvider
-
Returns a pseudorandom, uniformly distributed int
value.
- nextInt(int) - Method in interface org.symphonyoss.s2.fugue.di.component.IRandomNumberProvider
-
Returns a pseudorandom, uniformly distributed int value
between 0 (inclusive) and the specified value (exclusive).
- nextLong() - Method in class org.symphonyoss.s2.fugue.di.component.impl.RandomNumberProvider
-
- nextLong() - Method in interface org.symphonyoss.s2.fugue.di.component.IRandomNumberProvider
-
Returns a pseudorandom, uniformly distributed long
value.