Sequence Source
This source is meant simply to be a helper for certain functionality. The user specifies start and end values and the number of elements to output between those values inclusive. The output of this source is a series of elements with one value in them and that value goes linearly from the start to the end.

Elements
All elements from this source have a single value in them, v[0].
Memory
This probably doesn't matter for most applications, but this does not do any type of special buffering so you don't want to create sequences with hundreds of millions of values.
page revision: 3, last edited: 01 Jun 2009 21:47