> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Simplex Noise 3D

## About this Block

The Simplex Noise 3D block creates a scalar field gradient composed of pseudorandom values, using the Simplex Noise algorithm. The field generated by the Simplex Noise block is infinite and non-dimensional.

## Example File

Download Example: [Simplex Noise 3D](https://storage.googleapis.com/files-learn/static/ExtendedBlockDocs/SimplexNoise3D.ntop)

*This file creates a scalar field from a Simplex Noise 3D block and uses it to Offset a Sphere.*

![Simplex Noise 3D](https://storage.googleapis.com/files-learn/static/ExtendedBlockDocs/SimplexNoise3D.png)

***

Create a simplex noise function.

### Inputs

| Name        | Type                                                     | Description                             |
| ----------- | -------------------------------------------------------- | --------------------------------------- |
| Random seed | [Integer](../../../../block-documentation/types/integer) | Random seed value.                      |
| Frequency   | [Scalar](../../../../block-documentation/types/scalar)   | Affects how coarse the noise output is. |

### Outputs

| Type                                                               |
| ------------------------------------------------------------------ |
| [Scalar Field](../../../../block-documentation/types/scalar-field) |
