代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/112100/15493562
txt 22.txt
public class GaussianRNG
{
int iset;
double gset;
Random r1, r2;
public GaussianRNG()
{
r1 = new Random(unchecked((int)DateTime.Now.Ticks));
r2 = ne
www.eeworm.com/read/112100/15493563
txt a.txt
public class GaussianRNG
{
int iset;
double gset;
Random r1, r2;
public GaussianRNG()
{
r1 = new Random(unchecked((int)DateTime.Now.Ticks));
r2 = ne
www.eeworm.com/read/112100/15493564
txt aaa.cs.txt
public class GaussianRNG
{
int iset;
double gset;
Random r1, r2;
public GaussianRNG()
{
r1 = new Random(unchecked((int)DateTime.Now.Ticks));
r2 = ne
www.eeworm.com/read/112035/15495096
java blinktext.java
import java.awt.*;
import java.util.StringTokenizer;
public class BlinkText extends java.applet.Applet implements Runnable {
Thread blinker;
String lbl;
Font font;
int speed;
pub
www.eeworm.com/read/111805/15502577
java testiterated.java
// Chapter 7 Exercise 3
public class TestIterated {
public static void main(String args[]) {
try {
loopy(); // Call the method that will throw the exception.
}
cat
www.eeworm.com/read/111805/15503048
java testshapelist.java
// Chapter 6 Exercise 3
// Tests the operation of the ShapeList class.
public class TestShapeList {
public static void main(String args[]) {
ShapeList shapes = null; // Stores
www.eeworm.com/read/111805/15503057
java testshapes.java
// Chapter 6 Exercise 1
public class TestShapes {
public static void main(String args[]) {
Shape[] shapes = new Shape[10]; // Define an array of shapes.
Point[] pts = null;
www.eeworm.com/read/111805/15503058
java testshapelist.java
// Chapter 6 Exercise 2
// Tests the operation of the ShapeList class:
public class TestShapeList {
public static void main(String args[]) {
ShapeList shapes = null; // Stores a
www.eeworm.com/read/110993/15520498
cpp randgentest.cpp
//: C21:RandGenTest.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// A little test of the ra
www.eeworm.com/read/110935/15522849
java thunder.java
import java.applet.*;
import java.awt.*;
public class Thunder extends Applet implements Runnable
{
private Thread thread = null;
private boolean no_thunder = true;
private boolean thunder =