libnx/nx/include/switch/kernel/random.h
TuxSH 5abc4873d8 Include only what is really necessary...
add pragma once in every header, etc.
2018-01-22 18:42:57 +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);