RandomOptions.WithStreamAddress Method

Creates a new RandomOptions with the specified stream address, preserving all other settings.

Definition

Namespace: Numerics.NET.Random
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
public RandomOptions WithStreamAddress(
	StreamAddress streamAddress
)

Parameters

streamAddress  StreamAddress
The stream address.

Return Value

RandomOptions
A new RandomOptions with the specified stream address.

Remarks

This is a non-mutating convenience method. It returns a new instance with the stream address changed and all other properties preserved.

See Also