代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/305277/3777209
scala random.scala
/* __ *\
** ________ ___ / / ___ Scala API **
** / __/ __// _ | / / / _ | (c) 2006-2007,
www.eeworm.com/read/305277/3777324
scala random.scala
/* __ *\
** ________ ___ / / ___ Scala API **
** / __/ __// _ | / / / _ | (c) 2006-2007,
www.eeworm.com/read/305277/3777814
scala random.scala
/* __ *\
** ________ ___ / / ___ Scala API **
** / __/ __// _ | / / / _ | (c) 2006-2007,
www.eeworm.com/read/305277/3779241
scala random.scala
/* The Computer Language Shootout
http://shootout.alioth.debian.org/
contributed by Isaac Gouy (Scala novice)
*/
object random {
def main(args: Array[String]) = {
var n = toPositiveIn
www.eeworm.com/read/305065/3780682
cpp random.cpp
/*
random.cpp
*/
#include
#include
char* get_rand_string(int);
///////////////////////////////////////////////////////////////////
//This function will return a random ascii
www.eeworm.com/read/305065/3780690
h random.h
/*
random.h
*/
#ifndef _RANDOM_H
#define _RANDOM_H
char* get_rand_string(int);
#endif
www.eeworm.com/read/304805/3785453
c random.c
/*
random.c
Random number generator.
The random number generator collects data from the kernel and compressed
that data into a seed for a psuedo random number generator.
*/
#include "../drivers.h"
www.eeworm.com/read/304805/3785455
h random.h
/*
random.h
Public interface to the random number generator
*/
_PROTOTYPE( void random_init, (void) );
_PROTOTYPE( int random_isseeded, (void) );
_PROTOTYPE( void random_update, (int source
www.eeworm.com/read/304657/3788795
java random.java
/* Random.java -- SSL Random structure.
Copyright (C) 2006 Free Software Foundation, Inc.
This file is a part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or mod
www.eeworm.com/read/304657/3792039
java random.java
/* Random.java -- a pseudo-random number generator
Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; yo