Blame view

src/mior/model/RandomState.java 149 Bytes
89f70c1ec   glaville   import current mc...
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;
  	
  }