Honeycomb
0.1
Component-Model Framework
|
#include "Honey/Math/Random/platform/Random.h"
#include "Honey/Math/Random/Dist/Discrete.h"
#include "Honey/Math/Random/Dist/Gamma.h"
#include "Honey/Math/NumAnalysis/Interp.h"
Go to the source code of this file.
Classes | |
class | honey::Random_< Real > |
Random-related methods. More... | |
struct | honey::Random_< Real >::DistStats |
Namespaces | |
honey | |
Global Honeycomb namespace. | |
honey::random | |
Random-related methods. | |
Typedefs | |
typedef Random_< Real > | honey::Random |
typedef Random_< Float > | honey::Random_f |
typedef Random_< Double > | honey::Random_d |
Functions | |
Bytes | honey::random::deviceEntropy (szt count) |
Retrieve count bytes of entropy from the host device. More... | |