java中怎么产生一个负数到一个正数范围内的随机数

2024-11-22 17:31:59
推荐回答(1个)
回答1:

new Random(), double random.nextDouble() 范围在0-1中间,random.nextDouble()*(正数-负数)+负数