Click or drag to resize

RandomNumberStreamLoadStreamFromFile Method

Sets this generators state to that stored in the given file using the SaveStreamToFile function.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void LoadStreamFromFile(
	string filename
)

Parameters

filename  String
Path to the file.
Exceptions
ExceptionCondition
NMathExceptionThrown if there is an error reading from the file.
See Also