| Package | frocessing.math |
| Class | public class SFMTRandom |
| Inheritance | SFMTRandom Object |
| Method | Defined By | ||
|---|---|---|---|
SFMTRandom(seed:uint = 0) | SFMTRandom | ||
random():Number | SFMTRandom | ||
randomSeed(seed:uint):void | SFMTRandom | ||
| SFMTRandom | () | Constructor |
public function SFMTRandom(seed:uint = 0)Parameters
seed:uint (default = 0) |
| random | () | method |
public function random():NumberReturns
Number — [0,1)
|
| randomSeed | () | method |
public function randomSeed(seed:uint):void
Parameters
seed:uint |