get (RandStream)

Random stream properties

Syntax

get(s)
P = get(s)
P = get(s,'PropertyName')

Description

get(s) prints the list of properties for the random stream s.

P = get(s) returns all properties of s in a scalar structure.

P = get(s,'PropertyName') returns the property 'PropertyName'.