Random Options.With Stream Address 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#
A new RandomOptions with the specified stream address.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
public RandomOptions WithStreamAddress(
StreamAddress streamAddress
)Parameters
- streamAddress StreamAddress
- The stream address.
Return Value
RandomOptionsA 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.