Random number generation utilities. More...

Classes | |
| struct | ash::Seed< N, M, MATRIX_A > |
| Random number seeder. More... | |
| struct | ash::GlobalSeed< N, M, MATRIX_A > |
| Global random number seeder. More... | |
| struct | ash::Random< T, Global, S, I, F > |
| Auto-seeded random number generator. More... | |
| struct | ash::Random< T, Global, S, true, false > |
| Spec for integral types. More... | |
| struct | ash::Random< T, Global, S, false, true > |
| Spec for floating-point types. More... | |
| struct | ash::Random< T, Global, 32, false, true > |
| Spec for 32-bit float. More... | |
| struct | ash::Random< T, Global, 64, true, false > |
| Spec for 64-bit integral types. More... | |
Namespaces | |
| namespace | ash |
| The base namespace for everything in the library. | |
| namespace | ash::impl |
| The namespace we use to hide the internal implementation. | |
Random number generation utilities.
© 2012
|
Licensed under
|
Hosted by
|
Generated by
1.7.4
|