代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/332313/12764148

cpp random.cpp

/* Copyright (c) 2001 Author: Konstantin Boukreev E-mail: konstantin@mail.primorye.ru Created: 04.09.2001 12:48:55 Version: 1.0.0 */ #include "stdafx.h" #include "random.h" co
www.eeworm.com/read/144708/12775898

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/144664/12777942

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
www.eeworm.com/read/144664/12777948

hpp random.hpp

// random.hpp A collection of random number generator objects // (c) Copyright 1995, Everett F. Carter Jr. // Permission is granted by the author to use //
www.eeworm.com/read/144568/12784984

sun random.sun

www.eeworm.com/read/144526/12786131

exe random.exe

www.eeworm.com/read/144526/12786134

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/144319/12802652

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/245323/12804261

h random.h

#include #include #include #include #include #include #ifndef RANDOM_H #define RANDOM_H #define IM1 2147483563 #define IM2 214
www.eeworm.com/read/245323/12804267

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