summaryrefslogtreecommitdiffstats
path: root/contrib/restricted/wavm/Include/WAVM/Platform/Random.h
blob: d7298dc6e9bd63caf6394c7d983d6687db6f7fb1 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#include "WAVM/Inline/BasicTypes.h"

namespace WAVM { namespace Platform {
	WAVM_API void getCryptographicRNG(U8* outRandomBytes, Uptr numBytes);
}}