---
title: "init(intensity:)"
framework: createmlcomponents
role: symbol
role_heading: Initializer
path: "createmlcomponents/randomimagenoisegenerator/init(intensity:)"
---

# init(intensity:)

Creates transformer that generates random noise to apply to an image.

## Declaration

```swift
init(intensity: Double)
```

## Parameters

- `intensity`: The intensity of the random noise to add to the image.
