Random

NumberRandomDemo1.PNG

Functionality

Produces a list of random numbers 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

NumberRandomDemo2.PNG

Notes

Providing a float values as a Seed parameter may be unconventional, if you are uncomfortable with it you could place a FloatToInt node before the Seed parameter. We may add more Random Nodes in future.