Pass the --clr-memory-model flag on the command line instead of MONO_DEBUG so its...
[mono-project.git] / mono / metadata / rand.h
blob9a2fa47bdaa1168816453469bcc7b092c3f09442
1 /**
2 * \file
3 * System.Security.Cryptography.RNGCryptoServiceProvider support
5 * Author:
6 * Mark Crichton (crichton@gimp.org)
7 * Sebastien Pouliot (sebastien@ximian.com)
9 * (C) 2001 Ximian, Inc.
10 * Copyright (C) 2004-2005 Novell, Inc (http://www.novell.com)
11 * Licensed under the MIT license. See LICENSE file in the project root for full license information.
14 #ifndef _MONO_METADATA_RAND_H_
15 #define _MONO_METADATA_RAND_H_
17 #include <glib.h>
18 #include <mono/metadata/object.h>
19 #include "mono/utils/mono-compiler.h"
20 #include <mono/metadata/icalls.h>
22 #endif