libnx/nx/include/switch/kernel/random.h
TuxSH f22b9fd9fc Include only what is really necessary...
add pragma once in every header, etc.
2018-01-22 02:05:34 +01:00

7 lines
126 B
C

// Copyright 2018 plutoo
#pragma once
#include <switch/types.h>
void randomGet(u8* buf, size_t len);
u64 randomGet64(void);