FastJet 3.4.1
|
#include <fastjet/internal/BasicRandom.hh>
Public Types | |
typedef _Tp | value_type |
typedef unsigned int | size_type |
typedef value_type * | pointer |
Public Member Functions | |
value_type | operator() () |
void | operator() (size_type, pointer) |
void | randomize (void *) |
void | print_info (std::ostream &__os=std::cout) |
Static Public Member Functions | |
static value_type | min () |
static value_type | max () |
Definition at line 49 of file BasicRandom.hh.
typedef _Tp fastjet::BasicRandom< _Tp >::value_type |
Definition at line 51 of file BasicRandom.hh.
typedef unsigned int fastjet::BasicRandom< _Tp >::size_type |
Definition at line 52 of file BasicRandom.hh.
typedef value_type* fastjet::BasicRandom< _Tp >::pointer |
Definition at line 53 of file BasicRandom.hh.