aimstil
5.0.5
|
Go to the source code of this file.
Classes | |
class | til::UniformRandomDistribution< T > |
Uniform random distribution. More... | |
Namespaces | |
til | |
Belongs to package Box Do not include directly, include til/Box.h instead. | |
Functions | |
template<typename T > | |
T | til::rand (T min, T max) |
draw a random number according to the uniform distribution on [min, max]. More... | |