代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/125987/14453141

py testkiss.py

#!/usr/bin/env python2.3 import math import sys import os import random import struct import popen2 import getopt import Numeric import FFT pi=math.pi e=math.e j=complex(0,1) doreal=0 datatype = o
www.eeworm.com/read/125551/14486061

c bgidemo.c

/* GRAPHICS DEMO FOR Borland C++ Copyright (c) 1987, 1993 Borland International. All rights reserved. From the command line, use: bcc bgidemo graphics.lib */ #ifdef __TINY_
www.eeworm.com/read/226213/14487639

js dv_adv.js

//浮动广告 var brOK=false; var mie=false; var vmin=2; var vmax=5; var vr=3; var timer1; var jobads; function movechip(chipname) { if(brOK) { eval("chip="+chipname); if(!mie) {
www.eeworm.com/read/226035/14502640

h noise.h

/***************************************************/ /*! \class Noise \brief STK noise generator. Generic random number generation using the C rand() function. The quality of the rand()
www.eeworm.com/read/225994/14505729

ssh-rand-helper.0

SSH-RAND-HELPER(8) OpenBSD System Manager's Manual SSH-RAND-HELPER(8) NAME ssh-rand-helper - Random number gatherer for OpenSSH SYNOPSIS ssh-rand-hlper [-vxXh] [-b bytes] DESCRIP
www.eeworm.com/read/124883/14529659

c r250.c

/****************************************************************************** * Module: r250.c * Description: implements R250 random number generator, from S. * Kirkpatrick and E. Stoll, Jour
www.eeworm.com/read/124283/14578446

todo

* Sort out "const" in prototypes, it looks odd since there are consts for many functions which modify the state. (Applies to both qrng and rng) * It would be useful to include functions to generate
www.eeworm.com/read/124229/14585473

py testkiss.py

#!/usr/bin/env python2.3 import math import sys import os import random import struct import popen2 import getopt import Numeric import FFT pi=math.pi e=math.e j=complex(0,1) doreal=0 datatype = o
www.eeworm.com/read/223007/14664781

c shuffle.c

/* ** Use random numbers to shuffle the "cards" in the deck. The second ** argument indicates the number of cards. The first time this ** function is called, srand is called to initialize the ran
www.eeworm.com/read/120429/14803823

java test2.java

// The program on page 145, using the built in random number generation // method in place of the broken idiom. import java.util.*; public class Test2 { public static void main(String[] ar