this is avaiable project

Dependents:   LoRaWAN_MBED

Fork of LoRaMacLib by LoRa All

Revision:
9:b3ddbad8c5e3
Parent:
0:9be122c18509
--- a/system/utilities.h	Fri Nov 06 17:38:56 2015 +0000
+++ b/system/utilities.h	Mon Nov 30 10:00:41 2015 +0000
@@ -63,6 +63,8 @@
  */
 int32_t randr( int32_t min, int32_t max );
 
+//Added by pzheng 20151125
+void srand1( unsigned int seed );
 /*!
  * \brief Copies size elements of src array to dst array
  *