我爱Aspx >> Asp.Net >> A Good 31 bit Random Number Generator ClassA Good 31 bit Random Number Generator Class
st Snippet Version: 1.0
using System;
namespace Barsoom
{
/// <summary>
/// Good 31-bit Random Number Generator, returns Uint.
/// </summary>
/// <remarks>
///
/// LICENSE : PUBLIC DOMAIN
///
/// This is the base class for double and other statistical
/// random number distribution classes
///
/// Throws exception if initial seed is out of range.
///
/// Stephen K. Park and Keith W. Miller. RANDOM NUMBER GENERATORS:
/// GOOD ONES ARE HARD TO FIND. Communications of the ACM,
/// New York, NY.,October 1988 p.1192
///
/// Throws exception if initial seed is out of range
/// This program is public domain and was written by Jill England
/// (Oct 1988).
Ҷƪл˵?
浅谈图像压缩算法(好文章。看看..[05-31]
Huffman编码原理[05-31]
Huffman 编码简介(讲解的更好一..[05-31]
找到了,JPG格式原理。[05-31]
上面提到的原代码(C语言)—2[05-31]
上面提到的原代码(C语言)—1[05-31]
Huffman with Short dictionary压..[05-31]
给贝贝的,Base64编码(带有Q和B..[05-31]
C#的BinaryTree实现[05-31]
LinkedQueue的实现[05-31]