org.codehaus.gpars

groovyx.gpars.extra166y
[Java] Class CommonOps.IntBoundedRandomGenerator

java.lang.Object
  groovyx.gpars.extra166y.CommonOps.IntBoundedRandomGenerator
All Implemented Interfaces:
IntGenerator

static final class CommonOps.IntBoundedRandomGenerator

Field Summary
int bound

 
Constructor Summary
CommonOps.IntBoundedRandomGenerator(int bound)

 
Method Summary
int op()

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Field Detail

bound

final int bound


 
Constructor Detail

CommonOps.IntBoundedRandomGenerator

CommonOps.IntBoundedRandomGenerator(int bound)


 
Method Detail

op

public int op()


 

Copyright © 2008–2012 Václav Pech. All Rights Reserved.