OdRandom.h
Random number generator with support for uniform distributions.
A few important facts:
Sample usage: OdRandom rnd; for (int i = 0; i < 1000; i++) samples.push_back(rnd.genDouble(0, OdaPI));
|
Name |
Description |
|
This is genBool, a member of class OdRandom. | |
|
This is the overview for the genDouble method overload. | |
|
This is the overview for the generator method overload. | |
|
This is genInt, a member of class OdRandom. | |
|
This is genInt64, a member of class OdRandom. | |
|
This is genUInt, a member of class OdRandom. | |
|
| |
|
This is randomOf, a member of class OdRandom. |
|
Name |
Description |
|
This is =, a member of class OdRandom. |
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|