HE_Mesh2014
2.0.11
|
Public Member Functions | |
WB_RandomDisk () | |
WB_RandomDisk | setSeed (final long seed) |
WB_Point | nextPoint () |
WB_Vector | nextVector () |
Private Attributes | |
final WB_MTRandom | randomGen |
Random generator for vectors uniformly distributed on the unit disk.
wblut.math.WB_RandomDisk.WB_RandomDisk | ( | ) |
Instantiates a new w b_ random disc.
WB_Point wblut.math.WB_RandomDisk.nextPoint | ( | ) |
Next point.
WB_Vector wblut.math.WB_RandomDisk.nextVector | ( | ) |
Next vector.
WB_RandomDisk wblut.math.WB_RandomDisk.setSeed | ( | final long | seed | ) |
Set random seed.
seed | seed |
|
private |
The random gen.