Random stream properties
RandStream
parallel.gpu.RandStream
get(s) P = get(s) P = get(s,'PropertyName')
get(s) prints the list of properties for the random stream s.
get(s)
s
P = get(s) returns all properties of s in a scalar structure.
P = get(s)
P = get(s,'PropertyName') returns the property 'PropertyName'.
P = get(s,'PropertyName')
'PropertyName'
RandStream | parallel.gpu.RandStream | set (RandStream)
set (RandStream)