[][src]Function simdnoise::avx2::turbulence_3d

pub unsafe fn turbulence_3d(
    x: __m256,
    y: __m256,
    z: __m256,
    lac: __m256,
    gain: __m256,
    octaves: u8,
    seed: i32
) -> __m256
This is supported with target feature avx2 only.

Get a single value of 3d turbulence.