Sequence GenerateU32

std/generation/scalar::GenerateU32


Parameters

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

Outputs

↦ data: Stream<u32>


Generates streams of u32.

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