Re: Extremely poor performance crunching random numbers under PIV-FC5

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Jakub Jelinek wrote:
On Fri, May 19, 2006 at 03:54:26PM +0100, Matt Davey wrote:
On Fri, 2006-05-19 at 10:20 -0400, Jakub Jelinek wrote:
On Fri, May 19, 2006 at 04:16:40PM +0200, BankHacker wrote:
Jakub, I have tried to do what you propose but the following code is
throwing an error in execution time:
[...]
		memset(randomdataState, 0, sizeof(*randomdataState));
And you dereference the uninitialized pointer here ^^^.
Umm, just to be pedantic, sizeof will happily return
the number of bytes required to store 'struct random_data'.  It doesn't
need to dereference anything.  eg. "sizeof(struct random_data)"

The problem is already in that memset, not on the third memset
argument, but the first.  The dereference is done in memset, not in the
caller.

	Jakub

I went and read man rand and it was interesting. I'm not sure if the random number needs to be a true random or if a pseudo-random will work. The function:

int rand(void)

will provide pseudo random numbers between 0 and RAND_MAX. You can make it better if you you use srand() to generate a starting number for rand.

Karl

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux