// Assembly: mscorlib
// Full name: System.Random

namespace System
{
public class Random // TypeDefIndex: 3537
{
	// Fields
	type#20868 _inext;
	type#20868 _inextp;
	type#13151 _seedArray;
	type#24926 t_threadRandom;
	type#24928 s_globalRandom;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28660 .ctor(type#20867 Seed) { }
	// RVA: -1
	protected virtual type#17430 Sample() { }
	// RVA: -1
	private type#20867 InternalSample() { }
	// RVA: -1
	private static type#20867 GenerateSeed() { }
	// RVA: -1
	private static type#20867 GenerateGlobalSeed() { }
	// RVA: -1
	public virtual type#20867 Next() { }
	// RVA: -1
	private type#17430 GetSampleForLargeRange() { }
	// RVA: -1
	public virtual type#20867 Next(type#20867 minValue, type#20867 maxValue) { }
	// RVA: -1
	public virtual type#20867 Next(type#20867 maxValue) { }
	// RVA: -1
	public virtual type#28660 NextBytes(type#12860 buffer) { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
