Files Classes Functions Hierarchy
#include <random.h>
Public Types | |
| typedef point2< typename RG::Ttype > | pt2 |
| typedef point3< typename RG::Ttype > | pt3 |
Public Member Functions | |
| randompoint () | |
| [0,1] interval. | |
| randompoint (RG random_) | |
| Initialize random before sending it in. | |
| pt2 | makepoint2 () |
| Make a 2D point. | |
| pt3 | makepoint3 () |
| Make a 3D point. | |
Public Attributes | |
| RG | random |
| Random number generator. | |
Definition at line 236 of file random.h.
| typedef point2< typename RG::Ttype > randompoint< RG >::pt2 |
| typedef point3< typename RG::Ttype > randompoint< RG >::pt3 |
| randompoint< RG >::randompoint | ( | ) | [inline] |
| randompoint< RG >::randompoint | ( | RG | random_ | ) | [inline] |
| pt2 randompoint< RG >::makepoint2 | ( | ) | [inline] |
| pt3 randompoint< RG >::makepoint3 | ( | ) | [inline] |
| RG randompoint< RG >::random |
Random number generator.
Definition at line 241 of file random.h.
Referenced by randompoint< RG >::makepoint2(), and randompoint< RG >::makepoint3().
1.5.8