MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ printGraph()

void MayaFlux::Nodes::Generator::Stochastics::Random::printGraph ( )
overridevirtual

Visualizes the distribution characteristics.

Outputs a data visualization of the distribution's statistical properties, useful for understanding the mathematical behavior of the generator.

Implements MayaFlux::Nodes::Generator::Generator.

Definition at line 121 of file Stochastic.cpp.

122{
123 // When opengl, vulkan or sciplot plugged in
124}