The RandomShift type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| RandomShift |
Generate seeds using standard Random class.
|
Methods
| Name | Description | |
|---|---|---|
| Next |
Generate random unsigned integer.
| |
| Next(Int32, Int32) |
Generate random integer between begin (inclusive) and end (exclusive).
| |
| NextBytes |
Generate random bytes.
| |
| NextLong |
Generate random unsigned long value.
|
Properties
| Name | Description | |
|---|---|---|
| ThreadLocalInstance |
Get thread local instance of RandomShift. The instance does not need
to be placed in IIS HttpContext because it will only be used immediately
in the same thread as it was retrieved. IIS will not have a chance
to switch threads on this instance.
|
See Also