
org.factcenter.pathORam.MyRandom Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of inchworm Show documentation
Show all versions of inchworm Show documentation
Secure computation, one step at a time.
The newest version!
package org.factcenter.pathORam;
import java.util.Random;
public class MyRandom {
static Random random = new Random(40000);
public static Random getRandom(){
return random;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy