Hi again..
Today, I'm going to present you a very useful piece of code, using VB6.
That is, the code for fast shuffling of an array. The method used in here is called Knuth shuffle
Public Sub ShuffleArray(pvarArray As Variant)
Dim i As Long
Dim iMin As Long
Dim iMax As Long
Dim lngReplace As Long
Dim ...
You are here : Techreceipe.com » Tag for Knuth
Advertisement
Tags
.NET asp asp.net Calendar CodePlex.com CSV Disable DotNetZip DotNetZip Library Ebooks error Excel;OLEDB flowplayer free hyperlink IE Int32 javascript Javascript Calendar jplayer Jquery Knuth linkbutton Link Button Disable/Enable Microsoft msdn nextgen gallery ORA-12154 Read TextFieldParser TNS Tranining USB USB Driver USB Enable VB6 video player video player for asp.net Visual Studio Visual Studio 2012 vs2010 vs 2010 Windows Windows 8 WordpressLinks
-
Advertisements
ADVERTISEMENTS

