Type: lib.random.RandomFloat
Namespace: lib.random
Description
Generate a random floating point number within a range. random, float, number, rand, uniform
Use cases:
- Create random probabilities
- Generate noisy data for testing
- Produce random values for simulations
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| minimum | float |
Minimum value | 0.0 |
| maximum | float |
Maximum value | 1.0 |
Outputs
| Output | Type | Description |
|---|---|---|
| output | float |
Metadata
Related Nodes
Browse other nodes in the lib.random namespace.