[ion] Ion::random()

Change-Id: Ib85055ab3b4bf3dfce991f9990659c744be20f39
This commit is contained in:
Romain Goyet
2017-02-16 11:36:29 +01:00
parent bd220b2cd7
commit 809fd8a17a
4 changed files with 26 additions and 0 deletions

View File

@@ -33,6 +33,9 @@ void reset();
// Only accepts whole 32bit values
uint32_t crc32(const uint32_t * data, size_t length);
// Provides a true random number
uint32_t random();
}
#endif