Package org.lsposed.lsparanoid
Class RandomHelper
java.lang.Object
org.lsposed.lsparanoid.RandomHelper
The type Random helper.
-
Method Summary
-
Method Details
-
seed
public static long seed(long x) Seed long.- Parameters:
x- the x- Returns:
- the long
-
next
public static long next(long state) Next long.- Parameters:
state- the state- Returns:
- the long
-