代码搜索:Generators

找到约 1,542 项符合「Generators」的源代码

代码结果 1,542
www.eeworm.com/read/125532/6028046

java idgenerator.java

package pl.sql; import java.util.*; import pl.*; /** * Interface for all ID generators. * * @author: Artem Rudoy */ public interface IdGenerator { /** * Return new ID for the class
www.eeworm.com/read/119864/6081522

c random.c

#include /* * This generator is a combination of three linear congruential generators * with periods or 2^15-405, 2^15-1041 and 2^15-1111. It has a period that * is the product of these
www.eeworm.com/read/119340/6090521

java dhparametersgenerator.java

package org.bouncycastle.crypto.generators; import java.math.BigInteger; import java.security.SecureRandom; import org.bouncycastle.crypto.params.DHParameters; public class DHParametersGener
www.eeworm.com/read/119340/6090525

java elgamalparametersgenerator.java

package org.bouncycastle.crypto.generators; import java.math.BigInteger; import java.security.SecureRandom; import org.bouncycastle.crypto.params.ElGamalParameters; public class ElGamalParam
www.eeworm.com/read/104713/6203124

java idgenerator.java

package pl.sql; import java.util.*; import pl.*; /** * Interface for all ID generators. * * @author: Artem Rudoy */ public interface IdGenerator { /** * Return new ID for the class
www.eeworm.com/read/100285/6272286

hlp sequences.hlp

.pgaw:Help.f.t insert end " The " {} "Sequences" {bold} " tab is used to\ define new sequence number generators or to inspect them. Sequences are used sometimes for assigning default values to som
www.eeworm.com/read/165203/6279067

sh testresults.sh

#!/bin/sh # testResults.sh # Examine the output from test of random number generators # Explain the meaning in plain English grep -A 200 "integer generation:" testWagner.out | tail -200 > tmpWagnerI
www.eeworm.com/read/406076/11449688

c random.c

/* * * Rand.c * * - linear and additive congruential random number generators * (see R. Sedgewick, Algorithms, Chapter 35) * * Implementation: R. Fuchs, EMBL Data Library, 1991 * */ #include
www.eeworm.com/read/258434/11864087

c rg_rand.c

/* ** random.c -- "Minimal Standard" integer random number generator ** ** based on "Random Number Generators: Good Ones Are Hard to Find", ** S.K. Park and K.W. Miller, Communications of the A
www.eeworm.com/read/341877/12056761

c rg_rand.c

/* ** random.c -- "Minimal Standard" integer random number generator ** ** based on "Random Number Generators: Good Ones Are Hard to Find", ** S.K. Park and K.W. Miller, Communications of the A