ExternalRandomGenerator FeedExternalEntropySample Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Introduces external entropy into the generation sequence by adding a sample into the ring buffer. Call this method from places that have true entropy values, i.e. a network-related code may have good entropy sources in server applications. External entropy sources may rely on user-dependent actions, i.e.: number of bytes/requests received per second, dollar(or cent remainders) amount of purchases made (on a server), zip codes of customers, IP addresses of site visitors, average noise level sampled on an open WAVE device(microphone), mouse position (i.e. in GUI app) etc...

Namespace: NFX
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public void FeedExternalEntropySample(
	int sample
)
See Also