public static class RandomStandardNormal.Options extends Object
RandomStandardNormal| Modifier and Type | Method and Description |
|---|---|
RandomStandardNormal.Options |
seed(Long seed) |
RandomStandardNormal.Options |
seed2(Long seed2) |
public RandomStandardNormal.Options seed(Long seed)
seed - If either `seed` or `seed2` are set to be non-zero, the random number
generator is seeded by the given seed. Otherwise, it is seeded by a
random seed.public RandomStandardNormal.Options seed2(Long seed2)
seed2 - A second seed to avoid seed collision.Copyright © 2015–2019. All rights reserved.