// Assembly: ACTk.Runtime
// Full name: CodeStage.AntiCheat.Utils.ThreadSafeRandom

namespace CodeStage.AntiCheat.Utils
{
public class ThreadSafeRandom // TypeDefIndex: 10985
{
	// Fields
	type#24928 Global;
	type#24926 local;

	// Methods
	// RVA: -1
	public static type#20867 Next(type#20867 minInclusive, type#20867 maxExclusive) { }
	// RVA: -1
	public static type#20900 NextLong(type#20900 minInclusive, type#20900 maxExclusive) { }
	// RVA: -1
	public static type#28660 NextBytes(type#12860 buffer) { }
	// RVA: -1
	public static type#28660 NextChars(type#12899 buffer) { }
	// RVA: -1
	private static type#20900 NextLong(type#24925 random, type#20900 minInclusive, type#20900 maxExclusive) { }
	// RVA: -1
	private static type#28660 NextChars(type#24925 random, type#12899 buffer) { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
