mirror of
https://github.com/apache/commons-math.git
synced 2025-02-06 01:59:13 +00:00
Make final, as init in static block
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296517 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
314dee1ee3
commit
4c13c0fe52
@ -120,7 +120,7 @@ public class RandomDataImpl implements RandomData, Serializable {
|
||||
*
|
||||
* By trying, n = 16 in Java is enough to reach 1.0.
|
||||
*/
|
||||
private static double[] EXPONENTIAL_SA_QI = null;
|
||||
private static final double[] EXPONENTIAL_SA_QI;
|
||||
|
||||
/** underlying random number generator */
|
||||
private RandomGenerator rand = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user