| RandomizerNextDouble Method |
Returns a random number between 0.0 and 1.0. Cryptographic secure.
Namespace:
Cauldron
Assembly:
Cauldron.Randomizer (in Cauldron.Randomizer.dll) Version: 3.2.0.2
Syntax public static double NextDouble()
Public Shared Function NextDouble As Double
public:
static double NextDouble()
Return Value
Type:
DoubleA random value
See Also