代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/183437/5256172

jsp random.jsp

255) fc
www.eeworm.com/read/183001/5260295

out random.out

-- -- RANDOM -- Test the random function -- -- count the number of tuples originally, should be 1000 SELECT count(*) FROM onek; count ------- 1000 (1 row) -- pick three random rows, they shouldn'
www.eeworm.com/read/183001/5260361

sql random.sql

-- -- RANDOM -- Test the random function -- -- count the number of tuples originally, should be 1000 SELECT count(*) FROM onek; -- pick three random rows, they shouldn't match (SELECT unique1 AS ran
www.eeworm.com/read/181922/5274864

jsp random.jsp

255) fc
www.eeworm.com/read/180644/5281292

s random.s

#********************************************************************************************* # NAME: random.s * # Author: Embest
www.eeworm.com/read/180644/5281314

s random.s

#********************************************************************************************* # File: random.s * # Author: em
www.eeworm.com/read/179911/5295659

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/179911/5298052

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/178761/5312759

h random.h

#ifndef RANDOM_H_ #define RANDOM_H_ #include class Random { unsigned int seed_; public: Random(unsigned int seed = 0) : seed_(seed ? seed : static_cast
www.eeworm.com/read/178758/5314054

c random.c

/* Project: OSLib * Description: The OS Construction Kit * Date: 1.6.2000 * Idea by: Luca Abeni & Gerardo Lamastra * * OSLib is an SO project aimed at developing a