| ... | ... |
@@ -542,2 +542,6 @@ |
| 542 | 542 |
|
| 543 |
///\name Initialization |
|
| 544 |
/// |
|
| 545 |
/// @{
|
|
| 546 |
|
|
| 543 | 547 |
/// \brief Default constructor |
| ... | ... |
@@ -613,3 +617,3 @@ |
| 613 | 617 |
/// By default, this function calls the \c seedFromFile() member |
| 614 |
/// function with the <tt>/dev/urandom</tt> file. If it |
|
| 618 |
/// function with the <tt>/dev/urandom</tt> file. If it does not success, |
|
| 615 | 619 |
/// it uses the \c seedFromTime(). |
| ... | ... |
@@ -636,3 +640,3 @@ |
| 636 | 640 |
/// \param offset The offset, from the file read. |
| 637 |
/// \return True when the seeding |
|
| 641 |
/// \return True when the seeding successes. |
|
| 638 | 642 |
#ifndef WIN32 |
| ... | ... |
@@ -706,2 +710,8 @@ |
| 706 | 710 |
|
| 711 |
/// @} |
|
| 712 |
|
|
| 713 |
///\name Uniform distributions |
|
| 714 |
/// |
|
| 715 |
/// @{
|
|
| 716 |
|
|
| 707 | 717 |
/// \brief Returns a random real number from the range [0, 1) |
| ... | ... |
@@ -763,2 +773,4 @@ |
| 763 | 773 |
|
| 774 |
/// @} |
|
| 775 |
|
|
| 764 | 776 |
unsigned int uinteger() {
|
0 comments (0 inline)