[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

@@ -0,0 +1,6 @@
#include <ion.h>
#include <stdlib.h>
uint32_t Ion::random() {
return rand();
}