代码搜索:Generators

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

代码结果 1,542
www.eeworm.com/read/387578/2561123

java elgamalkeypairgenerator.java

package org.bouncycastle.crypto.generators; import java.math.BigInteger; import org.bouncycastle.crypto.AsymmetricCipherKeyPair; import org.bouncycastle.crypto.AsymmetricCipherKeyPairGenerator;
www.eeworm.com/read/387578/2561127

java rsakeypairgenerator.java

package org.bouncycastle.crypto.generators; import java.math.BigInteger; import org.bouncycastle.crypto.AsymmetricCipherKeyPair; import org.bouncycastle.crypto.AsymmetricCipherKeyPairGenerator;
www.eeworm.com/read/387578/2561128

java dhbasickeypairgenerator.java

package org.bouncycastle.crypto.generators; import java.math.BigInteger; import org.bouncycastle.crypto.AsymmetricCipherKeyPair; import org.bouncycastle.crypto.AsymmetricCipherKeyPairGenerator;
www.eeworm.com/read/295246/8178655

py fibonacci.py

"""Fibonacci sequences using generators This program is part of "Dive Into Python", a free Python book for experienced programmers. Visit http://diveintopython.org/ for the latest version. """ __au
www.eeworm.com/read/367736/9735085

py fibonacci.py

"""Fibonacci sequences using generators This program is part of "Dive Into Python", a free Python book for experienced programmers. Visit http://diveintopython.org/ for the latest version. """ __au
www.eeworm.com/read/412025/11217091

hpp registrar.hpp

// registrar.hpp A (static) object for maintaining object serial numbers // for classes that care about such things. This particulary // useful for random number generators, so they don't always
www.eeworm.com/read/133538/14036653

cpp stoc1.cpp

/***************************** STOC1.CPP *********************** 2002-01-04 AF * * * Non-uniform random number generators. * * This file contains source code for the class StochasticLib defined in
www.eeworm.com/read/178768/9385791

c sd.c

/* Combined congruential and Tauseworthe generators from SuperDuper * package. Should work on machines with unsigned long of at least 32 * bits. JC and JT must be initialized to values with 0 < JC
www.eeworm.com/read/359519/10140764

m randrand.m

% RANDRAND - Reset both Random Number Generator Seeds to the clock % Copyright (c) 1998, Harvard University. Full copyright in the file Copyright % % Note: there are two random number generators in M
www.eeworm.com/read/420306/10804700

m randrand.m

% RANDRAND - Reset both Random Number Generator Seeds to the clock % Copyright (c) 1998, Harvard University. Full copyright in the file Copyright % % Note: there are two random number generators in M