메소드 | 설명 | |
---|---|---|
RandomDotOrg ( int bufferSize, |
Constructs the RNG-object.
|
|
RetrieveBytes ( int length ) : List |
Do the actual retrieval of random bytes from the www.random.org website.
|
메소드 | 설명 | |
---|---|---|
DoFillBuffer ( int length ) : void |
Called from ByteStream to request the retrieval of random bytes.
|
protected final DoFillBuffer ( int length ) : void | ||
length | int | The number of bytes requested. |
리턴 | void |
public RandomDotOrg ( int bufferSize, |
||
bufferSize | int | Number of random bytes the buffer holds. |
randFallback | Fallback RNG to be used when buffer is empty. | |
numFallback | int | Use fallback RNG for this many bytes before trying to fill buffer again. |
리턴 | System.Collections.Generic |
public static RetrieveBytes ( int length ) : List |
||
length | int | Number of bytes to retrieve (max 10000). |
리턴 | List |