Package
Tree
Index
Deprecated
About
Prev Class
|
Next Class
Frames
|
No Frames
Summary:
Nested
| Field |
Method
| Constr
Detail:
Nested
| Field |
Method
| Constr
com.sun.msv.generator
Interface Rand
Known Implementing Classes:
Rand.UniformRand
public interface
Rand
creates random integer.
Author:
Kohsuke KAWAGUCHI
Nested Class Summary
static class
Rand.UniformRand
uniform distribution of [0,x).
Method Summary
int
next
()
Method Details
next
public int next()
Package
Tree
Index
Deprecated
About