This method is used to get the next pseudorandom, Gaussian ("normally") distributed double value with mean 0.0 and standard deviation 1.0 from this random number generator's sequence.
Syntax:Library: java.util.Random
public double nextGaussian()
Example:import java.util.*;
public class RandomDemo {
public static void main( String args[] ){
// create random object
Random randomno = new Random();
// check next Gaussian value
System.out.println("Next Gaussian value: " + randomno.nextGaussian());
}
}
Output:
Next Gaussian value: -0.6697160313274964
License.
All information of this service is derived from the free sources and is provided solely in the form of quotations.
This service provides information and interfaces solely for the familiarization (not ownership) and under the "as is" condition.
Copyright 2016 © ELTASK.COM. All rights reserved.
Site is optimized for mobile devices.
Downloads: 209 / 158775430. Delta: 0.00333 с