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()