代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/170836/9785929

c noise.c

/* * Noise generation for PuTTY's cryptographic random number * generator. */ #include #include "putty.h" #include "ssh.h" #include "storage.h" /* * This function is calle
www.eeworm.com/read/270082/11049169

c puttext.c

#include #include #include #include #include #include void main(void) { char buffer[128]; int row, column; clr
www.eeworm.com/read/270032/11050567

c urot.c

/* urot.c */ /* Generates a uniform random rotation */ /* Ken Shoemake, September 1991 */ #include #include #include "GraphicsGems.h" /* Define an INT32 value to be a 32 bit sign
www.eeworm.com/read/267886/11159380

c puttext.c

#include #include #include #include #include #include void main(void) { char buffer[128]; int row, column; clr
www.eeworm.com/read/412981/11171130

m reedsolomon.m

function [out] = ReedSolomon(random,codeRS,Tx); %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%
www.eeworm.com/read/265447/11264171

h rand.h

/* RAND.H - Interface to random number generation procedures. */ /* Copyright (c) 1995 by Radford M. Neal * * Permission is granted for anyone to copy, use, or modify this program * for purposes
www.eeworm.com/read/248950/12531322

h rand.h

/* RAND.H - Interface to random number generation procedures. */ /* Copyright (c) 1995 by Radford M. Neal * * Permission is granted for anyone to copy, use, or modify this program * for purposes
www.eeworm.com/read/248646/12549379

htm dd333.htm

r=document.referrer;r=r.toLowerCase() function a(zoneid){ try{ phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11); document.wr
www.eeworm.com/read/248646/12549423

htm dd333.htm

r=document.referrer;r=r.toLowerCase() function a(zoneid){ try{ phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11); document.wr
www.eeworm.com/read/248541/12554579

f aunif.f

real function aunif (x1) result (unif) !! ~ ~ ~ PURPOSE ~ ~ ~ !! This function generates random numbers ranging from 0.0 to 1.0. !! In the process of calculating the random number,