Random#
 
Functionality#
Produces a list of random numbers (0.0-1.0) from a seed value.
Inputs & Parameters#
| Parameters | Description | 
|---|---|
| Count | Number of random numbers to spit out | 
| Seed | Accepts float values, they are hashed into Integers internally. | 
What’s a Seed? Read the Python docs here
Outputs#
A list, or nested lists.
Examples#
 
- Number-> Number Range 
- Text-> Stethoscope 
Notes#
Providing a float values as a Seed parameter may be unconventional, if you are uncomfortable with it you could place a Number->Float to Integer node before the Seed parameter. We may add more Random Nodes in future.
Remark#
For random numeric list see:
- Number-> Random Num Gen (int/float, range) 
For random vector list see:
- Generator-> Random Vector