Class FaultRandom
- Namespace
- Kuestenlogik.Bowire.Mock.Chaos
- Assembly
- Kuestenlogik.Bowire.Mock.dll
Uniform randomness for chaos decisions, built on RandomNumberGenerator. Chaos jitter is not a security boundary — the crypto source is used because it satisfies analyzer CA5394 without a suppression, and the per-request cost is irrelevant next to an injected delay.
public static class FaultRandom
- Inheritance
-
FaultRandom
- Inherited Members
Methods
NextDouble()
Uniform double in [0, 1).
public static double NextDouble()