Package com.sun.msv.generator
Interface Rand
-
- All Known Implementing Classes:
Rand.UniformRand
public interface Rand
creates random integer.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Rand.UniformRand
uniform distribution of [0,x).
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
next()
-