Blame view
src/mior/model/RandomState.java
149 Bytes
1b1e928cc initial import of... |
1 2 3 4 5 6 7 8 9 10 11 |
package mior.model; import org.jocl.struct.Struct; public class RandomState extends Struct { public long a; public long b; public long c; } |