アットウィキロゴ

えあんすう777

package math;
 
import org.apache.commons.math3.random.*;
import org.apache.commons.math3.random.SobolSequenceGenerator;
 
 
public class pro {
 
    public static void main(String[] args) {
        pro test=new pro();
    }
    pro(){
 
 
RandomVectorGenerator generator = new SobolSequenceGenerator(2);
        double[] randomVector = generator.nextVector();
 
 
 
 
 
    }
 
 
 
 
}
最終更新:2015年11月12日 11:40