[][src]Function simdnoise::avx2::cellular_2d

pub unsafe fn cellular_2d(
    x: __m256,
    y: __m256,
    distance_function: CellDistanceFunction,
    return_type: CellReturnType,
    jitter: __m256,
    seed: i32
) -> __m256
This is supported with target feature avx2 only.

Get a single value of 2d cellular/voroni noise