代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/440352/1798956

java random.java

package db; public class Random { public String getRandom() { double a = Math.random()*10000; a = Math.ceil(a); String randomNum = new Double(a).toString(); return randomN
www.eeworm.com/read/439630/1805764

php random.php

www.eeworm.com/read/439082/1815751

h random.h

/* * include/linux/random.h * * Include file for the random number generator. */ #ifndef _LINUX_RANDOM_H #define _LINUX_RANDOM_H #include /* ioctl()'s for the random number gene
www.eeworm.com/read/437033/1836185

mod random.mod

(* (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands. See the copyright notice in the ACK home directory, in the file "Copyright". *) (*$R-*) IMPLEMENTATION MODULE random;
www.eeworm.com/read/437028/1836909

c random.c

double random_(seed) unsigned long *seed; { *seed = *seed *1812433253 + 12345; return (double) ((*seed & 0x7fffffff) * 4.6566128752458e-10); }
www.eeworm.com/read/437028/1836936

c random.c

/* $Header: /home/harrison/c/tcgmsg/ipcv4.0/RCS/random.c,v 1.1 91/12/06 17:27:10 harrison Exp Locker: harrison $ */ /* * Copyright (c) 1983 Regents of the University of California. * All rights res
www.eeworm.com/read/435300/1864935

c random.c

/****************************************************************************** * * * **********
www.eeworm.com/read/434188/1873985

c random.c

/* Copyright (c) 2006, 2007, 2008 Z RESEARCH, Inc. This file is part of GlusterFS. GlusterFS is free software; you can redistribute it and/or modify it under th
www.eeworm.com/read/434188/1873986

h random.h

/* Copyright (c) 2006, 2007, 2008 Z RESEARCH, Inc. This file is part of GlusterFS. GlusterFS is free software; you can redistribute it and/or modify it under th
www.eeworm.com/read/432926/1886062

pde random.pde

/** * Random. * * Random numbers create the basis of this image. * Each time the program is loaded the result is different. */ size(200, 200); smooth(); background(0); strokeWeight(10); fo