mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-26 01:00:50 +01:00
7 lines
82 B
C++
7 lines
82 B
C++
#include <ion.h>
|
|
#include <stdlib.h>
|
|
|
|
uint32_t Ion::random() {
|
|
return rand();
|
|
}
|