From: Jens Maurer (Jens.Maurer_at_[hidden])
Date: 2001-08-13 15:38:16


Eric Ford wrote:
>
> Based on the comments here, I've updated my attempt at implementing
> recurrent itterators and sequences.

Please look at Boost.Random. The random number sequences generated
by pseudo-random number generators are basically recurrence relations.
I chose to avoid iterators as much as possible, and used operator()()
instead, since that felt more natural for an infinite sequence.

Jens Maurer