代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/177981/9424661

c random.c

/*----------------------------------------------------------------------------*/ /* random.c - contains random number generator and related utilities, */ /* including advance_random, warmup_
www.eeworm.com/read/177981/9424804

c random.c

/* SGPC: Simple Genetic Programming in C (c) 1993 by Walter Alden Tackett and Aviram Carmi This code and documentation is copyrighted and is not in the public domain. All rights reserved.
www.eeworm.com/read/177981/9424807

h random.h

/* SGPC: Simple Genetic Programming in C (c) 1993 by Walter Alden Tackett and Aviram Carmi This code and documentation is copyrighted and is not in the public domain. All rights reserved.
www.eeworm.com/read/177981/9424847

c random.c

/* SGPC: Simple Genetic Programming in C (c) 1993 by Walter Alden Tackett and Aviram Carmi This code and documentation is copyrighted and is not in the public domain. All rights reserved.
www.eeworm.com/read/177981/9424861

h random.h

/* SGPC: Simple Genetic Programming in C (c) 1993 by Walter Alden Tackett and Aviram Carmi This code and documentation is copyrighted and is not in the public domain. All rights reserved.
www.eeworm.com/read/177813/9431599

asm random.asm

;************************************************** ; 以下代码由“老罗代码着色器”0.2版进行着色 ; 测试文件名:Random.asm ; 测试日期: 2002-12-29 ;************************************************** ;************************
www.eeworm.com/read/177292/9460465

h random.h

//-------------------------------------------------------------------- // random.h // -------- // Random number generation // // Moving point workload generator v 1.1 // Copyright(c) 1
www.eeworm.com/read/177261/9462700

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/177184/9466031

class random.class

www.eeworm.com/read/177184/9466133

java random.java

public class Random extends java.util.Random { Random(int seed) { super(seed); } //0 to n public int nextInt(int n) { return (int)(nex