> ## 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.

# Random Points in Body (Old)

<CardGroup cols={2}>
  <Card title="Implicit Body, Scalar Field, Integer, 1.1.0" href="#implicit-body-scalar-field-integer-110" />

  <Card title="Implicit Body, Scalar Field, Integer, 1.2.0" href="#implicit-body-scalar-field-integer-120" />
</CardGroup>

***

<h2 id="implicit-body-scalar-field-integer-110">
  Implicit Body, Scalar Field, Integer, 1.1.0
</h2>

Generate a randomized list of points within an implicit body.

### Inputs

| Name          | Type                                                                 | Description                                     |
| ------------- | -------------------------------------------------------------------- | ----------------------------------------------- |
| Body          | [Implicit Body](../../../../block-documentation/types/implicit-body) | Implicit body to generate random points within. |
| Point spacing | [Scalar Field](../../../../block-documentation/types/scalar-field)   | Average spacing between generated points.       |
| Random seed   | [Integer](../../../../block-documentation/types/integer)             | Seed value to generate randomness.              |

### Outputs

| Type                                                      |
| --------------------------------------------------------- |
| [Point List](../../../../block-documentation/types/point) |

***

<h2 id="implicit-body-scalar-field-integer-120">
  Implicit Body, Scalar Field, Integer, 1.2.0
</h2>

Generate a randomized list of points within an implicit body.

### Inputs

| Name          | Type                                                                 | Description                                     |
| ------------- | -------------------------------------------------------------------- | ----------------------------------------------- |
| Body          | [Implicit Body](../../../../block-documentation/types/implicit-body) | Implicit body to generate random points within. |
| Point spacing | [Scalar Field](../../../../block-documentation/types/scalar-field)   | Average spacing between generated points.       |
| Random seed   | [Integer](../../../../block-documentation/types/integer)             | Seed value to generate randomness.              |

### Outputs

| Type                                                      |
| --------------------------------------------------------- |
| [Point List](../../../../block-documentation/types/point) |
