Variable WrappedStreamRNG.stream

Access to underlying RandomStream so RNG-specific functionality can be accessed.

Declaration

struct WrappedStreamRNG
{
	// ...
	RandomStream stream;
	// ...
}

Authors

Copyright

License