package mior.model; import org.jocl.struct.Struct; public class RandomState extends Struct { public long a; public long b; public long c; }