Angka
0.0.1
A C library focusing on data manipulation and visualization
|
the standard library for reusing the C library. More...
Go to the source code of this file.
Functions | |
double | agx_random (double min, double max) |
quick version of rand() in C More... | |
void | agx_data_delete (void *__ptr) |
deleting memory in pointer More... | |
the standard library for reusing the C library.
void agx_data_delete | ( | void * | __ptr | ) |
deleting memory in pointer
it has a similar function with free()
double agx_random | ( | double | min, |
double | max | ||
) |
quick version of rand() in C
min | the minimum value |
max | the maximum value |