permlib  0.2.8
Library for permutation computations
 All Classes Functions Variables Typedefs Enumerations Friends
Public Member Functions
permlib::RandomGenerator< PERM > Class Template Reference

abstract base class for random group element generators More...

#include <random_generator.h>

Inheritance diagram for permlib::RandomGenerator< PERM >:
permlib::Generator< PERM > permlib::BSGSRandomGenerator< PERM, TRANS > permlib::ProductReplacementGenerator< PERM > permlib::RandomSchreierGenerator< PERM, TRANS >

List of all members.

Public Member Functions

virtual bool hasNext ()
 true, iff more elements can be generated
- Public Member Functions inherited from permlib::Generator< PERM >
virtual ~Generator ()
 virtual destructor
virtual PERM next ()=0
 generates an element

Detailed Description

template<class PERM>
class permlib::RandomGenerator< PERM >

abstract base class for random group element generators


The documentation for this class was generated from the following file: