Removed old unused files rand.[ch]. By default, Contiki uses the libc implementations of the rand() and srand() functions.

This commit is contained in:
adamdunkels 2010-10-24 21:02:23 +00:00
parent 14f0d9c612
commit fd4c0e64aa
3 changed files with 3 additions and 167 deletions

View file

@ -28,14 +28,15 @@
*
* This file is part of the Contiki operating system.
*
* @(#)$Id: random.c,v 1.3 2009/02/11 11:09:59 adamdunkels Exp $
* @(#)$Id: random.c,v 1.4 2010/10/24 21:02:23 adamdunkels Exp $
*/
#include "lib/random.h"
#include "lib/rand.h"
#include "sys/clock.h"
#include <stdlib.h>
/*---------------------------------------------------------------------------*/
void
random_init(unsigned short seed)