| Name | Description |
---|
| Xorshift |
Initializes a new instance of the Xorshift class using
a seed based on time and unique GUIDs.
|
| Xorshift(Boolean) |
Initializes a new instance of the Xorshift class using
a seed based on time and unique GUIDs.
|
| Xorshift(Int32) |
Initializes a new instance of the Xorshift class.
|
| Xorshift(Int32, Boolean) |
Initializes a new instance of the Xorshift class.
|
| Xorshift(Int64, Int64, Int64, Int64) |
Initializes a new instance of the Xorshift class using
a seed based on time and unique GUIDs.
|
| Xorshift(Boolean, Int64, Int64, Int64, Int64) |
Initializes a new instance of the Xorshift class using
a seed based on time and unique GUIDs.
|
| Xorshift(Int32, Int64, Int64, Int64, Int64) |
Initializes a new instance of the Xorshift class.
|
| Xorshift(Int32, Boolean, Int64, Int64, Int64, Int64) |
Initializes a new instance of the Xorshift class.
|