Recent Posts
Java | 0 sec ago
None | 6 sec ago
None | 11 sec ago
None | 59 sec ago
None | 1 min ago
XML | 6 min ago
Bash | 6 min ago
Pascal | 8 min ago
None | 8 min ago
Power Shell | 9 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
By vincent on the 9th of Feb 2010 08:06:30 PM
Download |
Raw |
Embed |
Report
while( i < Longueur)
{
int n = rand()% Longueur;
int m = rand()% Longueur;
Lettre = sMelange_[n];
sMelange_[n] = sMelange_[m];
sMelange_[m] = Lettre;
i++;
}
Submit a correction or amendment below.
Make A New Post