代码搜索:Random

找到约 10,000 项符合「Random」的源代码

代码结果 10,000
www.eeworm.com/read/482889/1284080

h random.h

// (C) Copyright John Maddock 2005. // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://
www.eeworm.com/read/481348/1297382

c random.c

// -------------------------------------------------------------------------- // // Copyright (c) 1994-2000 Microsoft Corporation. All rights reserved. // // Module: // // random.c // // P
www.eeworm.com/read/480930/1308294

h random.h

/* * include/linux/random.h * * Include file for the random number generator. */ #ifndef _LINUX_RANDOM_H #define _LINUX_RANDOM_H #include /* ioctl()'s for the random number gene
www.eeworm.com/read/480780/1314470

po random.po

random.o: random.c /usr/include/unistd.h /usr/include/features.h \ /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h \ /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ /usr/inclu
www.eeworm.com/read/480780/1314505

po random.po

random.o: random.c sqliteInt.h sqlite3.h \ /usr/lib/gcc/i386-redhat-linux/3.4.6/include/stdarg.h hash.h parse.h \ /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ /usr/inc
www.eeworm.com/read/480682/1315251

c random.c

/* random.c - random number generation package */ /* Copyright 1994 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* * Copyright (c) 1983 Regents of the University of California. * All ri
www.eeworm.com/read/480145/1322011

c random.c

/* random.c - random number generation package */ /* Copyright 1994 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* * Copyright (c) 1983 Regents of the University of California. * All ri
www.eeworm.com/read/479151/1338750

c random.c

/* * random.c -- A strong random number generator * * Version 1.89, last modified 19-Sep-99 * * Copyright Theodore Ts'o, 1994, 1995, 1996, 1997, 1998, 1999. All * rights reserved. * * Redist
www.eeworm.com/read/479151/1341115

h random.h

/* * include/linux/random.h * * Include file for the random number generator. */ #ifndef _LINUX_RANDOM_H #define _LINUX_RANDOM_H #include /* ioctl()'s for the random number gene
www.eeworm.com/read/478392/1353185

h random.h

/* * Mersenne Twister Random Algorithm * Copyright (c) 2006 Ryan Martell. * Based on A C-program for MT19937, with initialization improved 2002/1/26. Coded by * Takuji Nishimura and Makoto Matsumo