Random
Random()
Random(Int32)
Shared
GetHexString(Int32, Boolean)
GetHexString(Span<Char>, Boolean)
GetItems<T>(ReadOnlySpan<T>, Int32)
GetItems<T>(ReadOnlySpan<T>, Span<T>)
GetItems<T>(T[], Int32)
GetString(ReadOnlySpan<Char>, Int32)
Next()
Next(Int32)
Next(Int32, Int32)
NextBytes(Byte[])
NextBytes(Span<Byte>)
NextDouble()
NextInt64()
NextInt64(Int64)
NextInt64(Int64, Int64)
NextSingle()
Sample()
Shuffle<T>(Span<T>)
Shuffle<T>(T[])
Choose<TResult>(Random, List<TResult>)
net10.0
namespace System
{
public class Random
{
public static Random! Shared { get; }
}
}
| nuget.org | 0.3 % Reference this API |
|---|---|
| Design Reviews |
|
| .NET | 6.07.08.09.010.0 |
Information specific to net10.0 | |
| Assembly | System.Runtime , Version=10.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | The property getter is supported on all platforms. |
- Built-in API
- Package-provided API