This paper explains it pretty well
worley-noise = "*"
Check the examples directory!
cargo run --release --example color_noise
cargo run --release --example animated_color_noise
If compiled for the web (to disable multithreading):
worley-noise = { version = "*", features = ["web"] }
Here is an example project, here is the result.
Always open for feedback and questions!