return decimal |
A decimal floating point number greater than or equal to 0.0, and less than 1.0; that is, the range of return values includes 0.0 but not 1.0. |
Random rnd |
Type SystemRandomExtensions
Namespace MathNet.Numerics.Random
return decimal |
A decimal floating point number greater than or equal to 0.0, and less than 1.0; that is, the range of return values includes 0.0 but not 1.0. |
Random rnd |
return long |
A 64-bit signed integer greater than or equal to 0, and less than MaxValue; that is, the range of return values includes 0 but not Int64.MaxValue. |
Random rnd |