Class Randomness
Per-thread, per-lifecycle state randomness defined as an initial seed and the current Random instance for that context.
Inheritance
System.Object
Randomness
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class Randomness : IDisposable
Remarks
An instance of this class will be typically available from RandomizedContext. No need to instantiate manually.
Constructors
Name | Description |
---|---|
Randomness(Int32, ISeedDecorator[]) | |
Randomness(ThreadClass, Int32, List<ISeedDecorator>) | |
Randomness(ThreadClass, Int32, ISeedDecorator[]) |
Properties
Name | Description |
---|---|
Random | |
Seed | |
SingleThreadedRandom |
Methods
Name | Description |
---|---|
Clone(ThreadClass) | |
Dispose() | |
ToString() |