Random#

NumberRandomDemo1.PNG

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#

NumberRandomDemo2.PNG

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:

For random vector list see: