| template unsigned long long BLOCXX_NAMESPACE::Secure::Impl::rand_range | ( | unsigned long | long, | |
| unsigned long | long | |||
| ) |
| template long long BLOCXX_NAMESPACE::Secure::Impl::rand_range | ( | long | , | |
| long | ||||
| ) |
| template int BLOCXX_NAMESPACE::Secure::Impl::rand_range | ( | int | , | |
| int | ||||
| ) |
| template short BLOCXX_NAMESPACE::Secure::Impl::rand_range | ( | short | , | |
| short | ||||
| ) |
| template unsigned long BLOCXX_NAMESPACE::Secure::Impl::rand_range | ( | unsigned | char, | |
| unsigned | char | |||
| ) |
| template signed char BLOCXX_NAMESPACE::Secure::Impl::rand_range | ( | signed | char, | |
| signed | char | |||
| ) |
| template char BLOCXX_NAMESPACE::Secure::Impl::rand_range | ( | char | , | |
| char | ||||
| ) |
| Integer BLOCXX_NAMESPACE::Secure::Impl::rand_range | ( | Integer | min_value, | |
| Integer | max_value | |||
| ) | [inline] |
| UnsignedInt BLOCXX_NAMESPACE::Secure::Impl::rand_uint_lt | ( | UnsignedInt | n | ) | [inline] |
Definition at line 184 of file SecureRand.cpp.
References BLOCXX_ASSERT.
Referenced by rand_range().
| template unsigned char BLOCXX_NAMESPACE::Secure::Impl::rand_uint_lt< unsigned char > | ( | unsigned | char | ) |
| template unsigned int BLOCXX_NAMESPACE::Secure::Impl::rand_uint_lt< unsigned int > | ( | unsigned | int | ) |
| template unsigned long BLOCXX_NAMESPACE::Secure::Impl::rand_uint_lt< unsigned long > | ( | unsigned | long | ) |
| template unsigned long long BLOCXX_NAMESPACE::Secure::Impl::rand_uint_lt< unsigned long long > | ( | unsigned long | long | ) |
| template unsigned short BLOCXX_NAMESPACE::Secure::Impl::rand_uint_lt< unsigned short > | ( | unsigned | short | ) |
| Real BLOCXX_NAMESPACE::Secure::Impl::rand_unit_interval | ( | ) | [inline] |
| template double BLOCXX_NAMESPACE::Secure::Impl::rand_unit_interval< double > | ( | ) |
| template float BLOCXX_NAMESPACE::Secure::Impl::rand_unit_interval< float > | ( | ) |
| template long double BLOCXX_NAMESPACE::Secure::Impl::rand_unit_interval< long double > | ( | ) |
1.5.6