代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/257673/4361650

c random.c

#include #include void main(void) { int i; printf("Values from rand\n"); for (i = 0; i < 100; i++) printf("%d ", rand()); printf("Values from rando
www.eeworm.com/read/255500/4374337

h random.h

// // Random.h // // $Id: //poco/1.2/Foundation/include/Poco/Random.h#1 $ // // Library: Foundation // Package: Crypt // Module: Random // // Definition of class Random. // // Copyright (c) 2004-2006
www.eeworm.com/read/255500/4374748

cpp random.cpp

// // Random.cpp // // $Id: //poco/1.2/Foundation/src/Random.cpp#2 $ // // Library: Foundation // Package: Crypt // Module: Random // // Definition of class Random. // // Copyright (c) 2004-2006, App
www.eeworm.com/read/162614/5535467

java random.java

/* Random.java -- a pseudo-random number generator Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; yo
www.eeworm.com/read/162519/5544999

java random.java

/* Random.java -- a pseudo-random number generator Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; yo
www.eeworm.com/read/161438/5553405

c random.c

#include #include void main(void) { int i; printf("Values from rand\n"); for (i = 0; i < 100; i++) printf("%d ", rand()); printf("Values from rando
www.eeworm.com/read/161112/5560907

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/159825/5580881

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
www.eeworm.com/read/158865/5594558

c random.c

/* * random-number generator for testing */ static unsigned long next = 1; /* - range - generate a random number within an inclusive range * * Algorithm from ANSI C standard. Limitation: max-m
www.eeworm.com/read/155397/5622819

nc random.nc

// $Id: Random.nc,v 1.2.4.5 2003/08/26 09:08:13 cssharp Exp $ /* tab:4 * "Copyright (c) 2000-2003 The Regents of the University of California. * All rights reserved. * * Permission to