代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/193974/5138110
py random.py
"""Random variable generators.
integers
--------
uniform within range
sequences
---------
pick random element
generate random permutation
distri
www.eeworm.com/read/193974/5139094
java random.java
/* Copyright (C) 2002 Univ. of Massachusetts Amherst, Computer Science Dept.
This file is part of "MALLET" (MAchine Learning for LanguagE Toolkit).
http://www.cs.umass.edu/~mccallum/mallet
Th
www.eeworm.com/read/191923/5161074
cpp random.cpp
/*----------------------------------------------------------------------
Random
----------------------------------------------------------------------*/
#include
namespace MonAP
www.eeworm.com/read/191609/5164432
c random.c
/*
$Log: random.c,v $
Revision 1.1 2004/05/04 11:16:43 csoutheren
Initial version
Revision 1.1 2000/06/05 04:45:12 robertj
Added LPC-10 2400bps codec
* Revision 1.2 1996/08/20 20:41
www.eeworm.com/read/191602/5165034
h random.h
/*
* random.h
*
* ISAAC random number generator by Bob Jenkins.
*
* Portable Windows Library
*
* Copyright (c) 1993-2000 Equivalence Pty. Ltd.
*
* The contents of this file are subje
www.eeworm.com/read/191602/5165206
cxx random.cxx
/*
* random.cxx
*
* ISAAC random number generator by Bob Jenkins.
*
* Portable Windows Library
*
* Copyright (c) 1993-2001 Equivalence Pty. Ltd.
*
* The contents of this file are sub
www.eeworm.com/read/190666/5181473
java random.java
/* java.util.Random
Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
i
www.eeworm.com/read/186441/5231814
h random.h
#ifndef _LINUX_RANDOM_H
#define _LINUX_RANDOM_H
#include
__inline void get_random_bytes(void* buf, int nbytes)
{
__u8* pBuf = (__u8*)buf;
while (nbytes-- > 0)
www.eeworm.com/read/185915/5235070
c random.c
/******************************************************************************
* *
* **********