edu.harvard.deas.hyperenc.vsat
Class DevRandomSource
java.lang.Object
edu.harvard.deas.hyperenc.vsat.TrueRandomSource
edu.harvard.deas.hyperenc.vsat.DevRandomSource
public class DevRandomSource
- extends TrueRandomSource
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DevRandomSource
public DevRandomSource()
DevRandomSource
public DevRandomSource(String source)
randomDevice
public static String randomDevice()
getPage
public void getPage(byte[] block,
byte[] page)
genRandomness
public byte[] genRandomness()
- Description copied from class:
TrueRandomSource
- Gets a bunch of random bytes. Takes no arguments and makes no apologies.
Returns null on failure
- Specified by:
genRandomness
in class TrueRandomSource