v1.03 prerelease - Full Linux port of crnlib/crunch, in progress - still more testing to do, and some cmd line options (such as -timestamp) don't work under linux yet, but the core stuff (compression/decompression/transcoding) should work fine and performance under Linux is comparable to Windows. The 3 examples haven't been ported yet.
This commit is contained in:
@@ -63,6 +63,7 @@ namespace crnlib
|
||||
void seed(uint32 i1, uint32 i2, uint32 i3);
|
||||
|
||||
uint32 urand32();
|
||||
uint64 urand64();
|
||||
|
||||
// "Fast" variant uses no multiplies.
|
||||
uint32 fast_urand32();
|
||||
@@ -99,6 +100,7 @@ namespace crnlib
|
||||
void seed(uint32 i);
|
||||
|
||||
uint32 urand32();
|
||||
uint64 urand64();
|
||||
|
||||
int irand(int l, int h);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user