代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/158283/11627607
c random.c
/*
** 2001 September 15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiven
www.eeworm.com/read/347853/11631796
pro random.pro
/************************************************************************/
/* */
/* Turbo Prolog 2.0 example program
www.eeworm.com/read/157653/11676669
c random.c
/*
** 2001 September 15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiven
www.eeworm.com/read/346994/11706224
dat random.dat
www.eeworm.com/read/346994/11706370
c random.c
/* random.c - Demonstrates using a multidimensional array */
#include
#include
/* Declare a three-dimensional array with 1000 elements */
int random_array[10][10][10];
in
www.eeworm.com/read/346994/11706383
exe random.exe
www.eeworm.com/read/346961/11710090
c random.c
/*
*
* Rand.c
*
* - linear and additive congruential random number generators
* (see R. Sedgewick, Algorithms, Chapter 35)
*
* Implementation: R. Fuchs, EMBL Data Library, 1991
*
*/
#inc
www.eeworm.com/read/157359/11717549
cxx random.cxx
// random.cpp A collection of Random number generators
// (c) Copyright 1995, Everett F. Carter Jr.
// Permission is granted by the author to use
// this