代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/247155/4489011
java random.java
/*
* Copyright (C) 2005 Luca Veltri - University of Parma - Italy
*
* This file is part of MjSip (http://www.mjsip.org)
*
* MjSip is free software; you can redistribute it and/or modify
www.eeworm.com/read/244005/4514634
c random.c
/*
$Log: random.c,v $
Revision 1.1 2000/06/05 04:45:12 robertj
Added LPC-10 2400bps codec
* Revision 1.2 1996/08/20 20:41:32 jaf
* Removed all static local variables that were SAVE'd in the F
www.eeworm.com/read/244005/4514861
h random.h
/*
* random.h
*
* Mersenne Twister random number generator.
* From Makoto Matsumoto and Takuji Nishimura.
*
* Portable Windows Library
*
* Copyright (c) 1993-2000 Equivalence Pty. Ltd.
*
* T
www.eeworm.com/read/244005/4514944
cxx random.cxx
/*
* random.cxx
*
* Mersenne Twister random number generator.
* From Makoto Matsumoto and Takuji Nishimura.
*
* Portable Windows Library
*
* Copyright (c) 1993-2000 Equivalence Pty. Ltd.
*
*
www.eeworm.com/read/242733/4536548
c random.c
// --------------------------------------------------------------------------
//
// Copyright (c) 1994-2000 Microsoft Corporation. All rights reserved.
//
// Module:
//
// random.c
//
// P
www.eeworm.com/read/242732/4537290
c random.c
/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are
www.eeworm.com/read/239264/4604530
c random.c
/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are perm
www.eeworm.com/read/237048/4634022
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 softwar
www.eeworm.com/read/236296/4642508
inc random.inc
RAND32 PROTO :DWORD
InitRand32 PROTO
; random number generator by NaN
; (modified a bit to make it a procedure by Exagone)
.data?
NaNRand dd ?
.code
SWAP MACRO M1:REQ, M2:REQ
xor M1, M2
www.eeworm.com/read/234134/4661289
asm random.asm
TITLE RANDOM - Random number generator and RANDOMIZE
page ,132
;***
; RANDOM - Random number generator and RANDOMIZE
;
; Copyright 1986, Microsoft Corporation
;
;Purpose:
;
; BASIC Synt