lfn3/undertaker

Source.nextDouble deals with max for negative values incorrectly.

mikeb01 opened this issue · 0 comments

Source.nextDouble(-100) will generate values like -2, so it is behaving like a min rather than a max for negative values.