mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-26 09:10:48 +01:00
[ion] Ion::random()
Change-Id: Ib85055ab3b4bf3dfce991f9990659c744be20f39
This commit is contained in:
6
ion/src/shared/random.cpp
Normal file
6
ion/src/shared/random.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <ion.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
uint32_t Ion::random() {
|
||||
return rand();
|
||||
}
|
||||
Reference in New Issue
Block a user