代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/414255/11122790

inc random.inc

function Random() : real;
www.eeworm.com/read/414212/11124730

c random.c

/* linear congruential generator. Generator x[n+1] = a * x[n] mod m */ #define RAND_INT(l,h) (((int)(random() * ((double)(h)-(l)+1))) + (l)) int random (void); /* return the next random num
www.eeworm.com/read/414212/11124733

h random.h

int random (); void rand_seed (unsigned int init);
www.eeworm.com/read/414105/11130492

exe random.exe

www.eeworm.com/read/414105/11130495

asm random.asm

DATA SEGMENT CC DB '+' ww db '-' GG DB '=' II DB 0DH,0AH,'$' AA DB 5 DUP(?) www dw 0 ghh db '0',0dh,0ah,'$' bnm dw 0 DATA ENDS STACK SEGMENT D
www.eeworm.com/read/413924/11136902

exe random.exe

www.eeworm.com/read/413924/11136904

asm random.asm

DATA SEGMENT CC DB '+' ww db '-' GG DB '=' II DB 0DH,0AH,'$' AA DB 5 DUP(?) www dw 0 ghh db '0',0dh,0ah,'$' bnm dw 0 DATA ENDS STACK SEGMENT D
www.eeworm.com/read/413310/11159919

h random.h

#include #include //#include #include #include #include #include "values.h" #ifndef RANDOM_H #define RANDOM_H #define IM1
www.eeworm.com/read/413310/11159933

cpp random.cpp

#include "random.h" /* Long period (? 2 \Theta 10 18 ) random number generator of L'Ecuyer with Bays璂urham shuffle and added safeguards. Returns a uniform random deviate between 0.0 and 1.0 (excl
www.eeworm.com/read/412981/11171099

m random.m

function [out] = random(msg,BSID,DIUC,Frame); %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% %