<IMGSRC="../../../resources/inherit.gif"ALT="extended by "><AHREF="../../../com/yahoo/ycsb/Generator.html"title="class in com.yahoo.ycsb">com.yahoo.ycsb.Generator</A>
<IMGSRC="../../../resources/inherit.gif"ALT="extended by "><B>com.yahoo.ycsb.UniformGenerator</B>
</PRE>
<HR>
<DL>
<DT><PRE>public class <B>UniformGenerator</B><DT>extends <AHREF="../../../com/yahoo/ycsb/Generator.html"title="class in com.yahoo.ycsb">Generator</A></DL>
</PRE>
<P>
An expression that generates a random integer in the specified range
Creates a generator that will return strings from the specified set uniformly randomly</TD>
Return the previous string generated by the distribution; e.g., returned from the last nextString() call.</TD>
<DT><B>Specified by:</B><DD><CODE><AHREF="../../../com/yahoo/ycsb/Generator.html#nextString()">nextString</A></CODE> in class <CODE><AHREF="../../../com/yahoo/ycsb/Generator.html"title="class in com.yahoo.ycsb">Generator</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<ANAME="lastString()"><!-- --></A><H3>
lastString</H3>
<PRE>
public java.lang.String <B>lastString</B>()</PRE>
<DL>
<DD>Return the previous string generated by the distribution; e.g., returned from the last nextString() call.
Calling lastString() should not advance the distribution or have any side effects. If nextString() has not yet
been called, lastString() should return something reasonable.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><AHREF="../../../com/yahoo/ycsb/Generator.html#lastString()">lastString</A></CODE> in class <CODE><AHREF="../../../com/yahoo/ycsb/Generator.html"title="class in com.yahoo.ycsb">Generator</A></CODE></DL>