代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/381411/9094541
h random.h
//*****************************************************************************
//
// random.h - Protoytpes for the random number generator.
//
// Copyright (c) 2005-2007 Luminary Micro, Inc. All
www.eeworm.com/read/282411/9097085
class random.class
www.eeworm.com/read/282411/9097111
java random.java
package ran;
import des.*;
import java.util.Calendar;
/**
*
* Title:随机数
* Description:利用des生成随机数
* Copyright: Copyright (c) 2006
* Company:
* @author ma
www.eeworm.com/read/380940/9121335
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/282044/9122585
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/282044/9122602
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/183983/9127287
exe random.exe
www.eeworm.com/read/183983/9127291
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/183825/9136151
h random.h
#include
#include
//#include
#include
#include
#include
#ifndef RANDOM_H
#define RANDOM_H
#define IM1 2147483563
#define IM2 2
www.eeworm.com/read/183825/9136158
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