代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/103629/6213698
java randomint.java
import java.util.*;
class RandomInt
{
public static void main(String[] args)
{
Random r = new Random();
System.out.println( r.nextInt() );
System.out.println( r.ne
www.eeworm.com/read/103315/6218864
java simpleidgenerator.java
package com.borland.training.meetings.entities;
import java.security.SecureRandom;
// This class implements a simple primary key generator.
// A generated primary key is a concatenation of the curre
www.eeworm.com/read/102267/6234111
java randomizer.java
/*
* Copyright (c) 2000 David Flanagan. All rights reserved.
* This code is from the book Java Examples in a Nutshell, 2nd Edition.
* It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/101202/6237600
makefile
##
## 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 righ
www.eeworm.com/read/101082/6251199
mk makelocal.mk
# @(#)Makelocal.mk 4.2 ULTRIX 8/8/90
include $(GMAKEVARS)
OBJS= passwd.o random.o randomword.o makeseed.o
AUTHLIB= -lauth
KRBLIBS= -lckrb -lkrb -lknet -ldes
all: passwd
passwd: $(OBJS)
$
www.eeworm.com/read/101066/6256700
c magic.c
/* magic.c - PPP Magic Number routines */
/* Copyright 1995 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
* Copyright (c) 1989 Carnegie Mellon University.
* All rights reserved.
*
*
www.eeworm.com/read/101053/6257612
java metrictest.java
/**
*
* Copyright 1997-2002 BBNT Solutions, LLC
* under sponsorship of the Defense Advanced Research Projects Agency (DARPA).
*
* This program is free software; you can redistribut
www.eeworm.com/read/100409/6270325
java blobtest.java
// You can redistribute this software and/or modify it under the terms of
// the Ozone Library License version 1 published by ozone-db.org.
//
// The original code and portions created by SMB are
// C
www.eeworm.com/read/100184/6273348
c normdis.c
/* normdis.c CCM mathematics library source code.
*
* Copyright (C) 2000 Daniel A. Atkinson All rights reserved.
* This code may be redistributed under the terms of the GNU general
*