HomeSort by relevance Sort by last modified time
    Searched defs:mrand48 (Results 1 - 2 of 2) sorted by null

  /bionic/libc/stdlib/
mrand48.c 1 /* $OpenBSD: mrand48.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */
20 mrand48(void) function
  /external/ppp/pppd/
magic.c 56 extern long mrand48 __P((void));
83 return (u_int32_t) mrand48();
95 buf[i] = mrand48() >> 24;
111 mrand48() function

Completed in 75 milliseconds