MayaFlux 0.2.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 170 of file Stochastic.cpp.

171{
172 // When opengl, vulkan or sciplot plugged in
173}