Method RandomInstance
RandomInstance(Random, Int32, Boolean)
Create a random instance.
Declaration
public static CompressingCodec RandomInstance(Random random, int chunkSize, bool withSegmentSuffix)
Parameters
Type |
Name |
Description |
Random |
random |
|
System.Int32 |
chunkSize |
|
System.Boolean |
withSegmentSuffix |
|
Returns
RandomInstance(Random)
Declaration
public static CompressingCodec RandomInstance(Random random)
Parameters
Type |
Name |
Description |
Random |
random |
|
Returns
RandomInstance(Random, Boolean)
Declaration
public static CompressingCodec RandomInstance(Random random, bool withSegmentSuffix)
Parameters
Type |
Name |
Description |
Random |
random |
|
System.Boolean |
withSegmentSuffix |
|
Returns