| Method | Defined by | ||
|---|---|---|---|
|
dispose():void
| IPRNG | ||
|
getPoolSize():uint
| IPRNG | ||
|
init(key:ByteArray):void
| IPRNG | ||
|
next():uint
| IPRNG | ||
|
toString():String
| IPRNG | ||
| dispose | () | method |
public function dispose():void
| getPoolSize | () | method |
public function getPoolSize():uint
Returns
uint |
| init | () | method |
public function init(key:ByteArray):voidParameters
key:ByteArray |
| next | () | method |
public function next():uint
Returns
uint |
| toString | () | method |
public function toString():String
Returns
String |