Stop using rand()
In this article I will try to convince you to stop using rand() in your C projects,
and write a better alternative from scratch.
rand()In this article I will try to convince you to stop using rand() in your C projects,
and write a better alternative from scratch.
It's an interesting time to be alive. The "AI transformation" is happening.
Many business owners feel FOMO on AI adoption. Yet, allegedly 95% of AI projects in companies fail, according to an MIT report. Why is this?
I've talked to business owners and AI automation agencies. This is what I found.
I was generating some random numbers the other day. And I really felt the urge to visualize them. Just to get an intuition, like, what's the shape of the distribution? Is it noisy or smooth?
When in Python, I would usually bust out pip install matplotlib for this kind of tech.
But what are the options when you're in C?
Rumor has it that all Makefiles in use today were written in a time when dinosaurs roamed the earth. Nobody actually writes new Makefiles anymore, right?