[][src]Function wfc_image::generate_image_with_rng

pub fn generate_image_with_rng<W, IR, R>(
    image: &DynamicImage,
    pattern_size: NonZeroU32,
    output_size: Size,
    orientations: &[Orientation],
    wrap: W,
    retry: IR,
    rng: &mut R
) -> IR::ImageReturn where
    W: Wrap,
    IR: ImageRetry,
    R: Rng