mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[ion] Ion::random()
Change-Id: Ib85055ab3b4bf3dfce991f9990659c744be20f39
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user