All Packages Class Hierarchy This Package Previous Next Index
java.math.RandomStream
Copyright (C) 1995, 1996 Systemics Ltd (http://www.systemics.com/) All rights reserved.
public RandomStream(byte seed0[])
public int read()
public int read(byte b[])
public int read(byte b[], int off, int len)
public long skip(long n)
protected abstract void seed(byte seed0[])
protected abstract byte nextByte()
All Packages Class Hierarchy This Package Previous Next Index