Module dvcompute::simulation::stream[][src]

Expand description

The Stream type to represent infinite streams.

Modules

Additional operations.

Random streams.

Enums

An infinite stream of data.

Functions

An empty stream that never returns data.

Return a stream of values generated by processes supplied by the specified function.

Return a stream consisting of exactly one element and inifinite tail.