Sequence GenerateByte

std/generation/scalar::GenerateByte


Parameters

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

Outputs

↦ data: Stream<byte>


Generates streams of byte.

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