- Namespace
- RandN
.Compat - Base Types
- object
- Random
Syntax
public sealed class RandomShim<TRng> : Random where TRng : IRng
Type Parameters
Name | Description |
---|---|
TRng |
Constructors
Name | Summary |
---|---|
RandomShim | Constructs a new Random wrapper over rng . |
Methods
Name | Return Value | Summary |
---|---|---|
Next | int | |
Next | int | |
Next | int | |
NextBytes | void | |
NextBytes | void | |
NextDouble | double | |
Sample | double |