libnx/nx/include/switch/kernel/random.h
2018-01-18 20:51:55 +01:00

5 lines
101 B
C

// Copyright 2018 plutoo
void randomGet(u8* buf, size_t len);
u64 randomGet64(u8* buf, size_t len);