代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/156908/11752944
c mrfrnd.c
/*
* MIRACL flash random number routine
* mrfrnd.c
*
* Copyright (c) 1988-1997 Shamus Software Ltd.
*/
#include "miracl.h"
#ifdef MR_FLASH
void frand(_MIPD_ flash x)
{ /* ge
www.eeworm.com/read/156908/11753499
cpp ipk_enc.cpp
/*
Cock's Identity Based Encryption
Encryption phase
Generates a random AES session key, and uses it to encrypt a file.
Outputs ciphertext .ipk
The session key
www.eeworm.com/read/259722/11771434
c alg36.c
#include
#include
#include
int main()
{
vector< int, allocator > vec;
for ( int ix = 0; ix < 20; ix++ )
vec.push_back( ix );
random_shuffle(
www.eeworm.com/read/259585/11779449
java randomtest_repeat.java
package random;
public class RandomTest_Repeat {
/**
* @param args
*/
public static void main(String[] args) {
java.util.Random r=new java.util.Random();
for(i
www.eeworm.com/read/156364/11808686
c alg36.c
#include
#include
#include
int main()
{
vector< int, allocator > vec;
for ( int ix = 0; ix < 20; ix++ )
vec.push_back( ix );
random_shuffle(