y property
y coord of a random star (-0.5->0.5 means less transforms later)
Implementation
final double y = _random.nextDouble() - 0.5;
y coord of a random star (-0.5->0.5 means less transforms later)
final double y = _random.nextDouble() - 0.5;