Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
5330128
Topic
437950
Board
Announcements (Altcoins)
Re: [CGA] Cryptographic Anomaly - The Elusive Coin
by
sublok
on
24/02/2014, 05:09:01 UTC
double remain = fmod(block, diff) + rnd(networkhashps)
??
edit :
srand(nTime(block));
double remain = fmod(block, (rand(networkhashps) % (diff - rand(diff)) + 1)