Sequence GenerateF64

std/generation/scalar::GenerateF64


Parameters

↳ const tracks: u64 = 1
↳ const length: u64 = 1024
↳ const value: f64

Outputs

↦ data: Stream<f64>


Generates streams of f64.

Each stream generated contains length times value. tracks set the number of tracks that will be generated, each one with its own stream.